Home
last modified time | relevance | path

Searched refs:LIT_GLOBAL_SYMBOL_TO_PRIMITIVE (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol-prototype.inc.h33 ROUTINE_CONFIGURABLE_ONLY (LIT_GLOBAL_SYMBOL_TO_PRIMITIVE,
Decma-builtin-intrinsic.inc.h57 SYMBOL_VALUE (LIT_GLOBAL_SYMBOL_TO_PRIMITIVE,
Decma-builtin-symbol.inc.h82 LIT_GLOBAL_SYMBOL_TO_PRIMITIVE,
Decma-builtin-date-prototype.inc.h72 ROUTINE_CONFIGURABLE_ONLY (LIT_GLOBAL_SYMBOL_TO_PRIMITIVE, ECMA_DATE_PROTOTYPE_TO_PRIMITIVE, 1, 1)
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.h62 LIT_GLOBAL_SYMBOL_TO_PRIMITIVE, /**< @@toPrimitive well known symbol */ enumerator
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c239 LIT_GLOBAL_SYMBOL_TO_PRIMITIVE); in ecma_op_general_object_default_value()