On this page:
top
up

9Configuration ParametersπŸ”— i

This library provides configuration parameters for the other libraries. It be can required via:

Allow anonymous function expressions to appear in source-element contexts (non-standard)?
Allow do..while statements to omit the final semicolon (non-standard)?
Allow Mozilla-style multiple catch clauses (non-standard)?
Allow function declarations to appear nested within statements (non-standard)?
Enable proper tail recursion? (Not implemented.)
Impose an artificial stack depth limit.
Allow treating eval as a general value?

value

code-representation :(parameter/c (one-of/c 'standard'sexp))

Used for the DrScheme tool to choose between the standard JavaScript syntax and an S-expression syntax.
Recognized lexical keywords.
Enable non-standard let expressions?
:(parameter/c (one-of/c 'error-port'debug-console))

value

ecma-strict? :(pseudo-parameter/cboolean? )

A pseudo-parameter for setting parameters above to adhere strictly to the Ecma standard.
The output port used for displaying debugging information during evaluation.

top
up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /