Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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() local
402 if (ECMA_IS_VALUE_ERROR (replace_symbol)) in ecma_builtin_string_prototype_object_replace()
404 return replace_symbol; in ecma_builtin_string_prototype_object_replace()
407 if (!ecma_is_value_undefined (replace_symbol) && !ecma_is_value_null (replace_symbol)) in ecma_builtin_string_prototype_object_replace()
409 if (!ecma_op_is_callable (replace_symbol)) in ecma_builtin_string_prototype_object_replace()
411 ecma_free_value (replace_symbol); in ecma_builtin_string_prototype_object_replace()
415 ecma_object_t *replace_method = ecma_get_object_from_value (replace_symbol); in ecma_builtin_string_prototype_object_replace()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h486 V(_, replace_symbol, Symbol.replace) \
Dbootstrapper.cc2240 InstallConstant(isolate_, symbol_fun, "replace", factory->replace_symbol()); in InitializeGlobal()
2550 isolate_, prototype, factory->replace_symbol(), "[Symbol.replace]", in InitializeGlobal()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1005 context, search, receiver, isolate()->factory()->replace_symbol(), in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h199 V(replace_symbol, replace_symbol, ReplaceSymbol) \