Home
last modified time | relevance | path

Searched refs:LIT_GLOBAL_SYMBOL_REPLACE (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-intrinsic.inc.h41 SYMBOL_VALUE (LIT_GLOBAL_SYMBOL_REPLACE,
Decma-builtin-symbol.inc.h62 LIT_GLOBAL_SYMBOL_REPLACE,
Decma-builtin-regexp-prototype.inc.h58 ROUTINE (LIT_GLOBAL_SYMBOL_REPLACE, ecma_builtin_regexp_prototype_symbol_replace, 2, 2)
Decma-builtin-string-prototype.c399 … ecma_value_t replace_symbol = ecma_op_object_get_by_symbol_id (obj_p, LIT_GLOBAL_SYMBOL_REPLACE); in ecma_builtin_string_prototype_object_replace()
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.h58 LIT_GLOBAL_SYMBOL_REPLACE, /**< @@replace well known symbol */ enumerator