Home
last modified time | relevance | path

Searched refs:search_symbol (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c588 ecma_value_t search_symbol = ecma_op_object_get_by_symbol_id (obj_p, LIT_GLOBAL_SYMBOL_SEARCH); in ecma_builtin_string_prototype_object_search() local
591 if (ECMA_IS_VALUE_ERROR (search_symbol)) in ecma_builtin_string_prototype_object_search()
593 return search_symbol; in ecma_builtin_string_prototype_object_search()
596 if (!ecma_is_value_undefined (search_symbol) && !ecma_is_value_null (search_symbol)) in ecma_builtin_string_prototype_object_search()
598 if (!ecma_op_is_callable (search_symbol)) in ecma_builtin_string_prototype_object_search()
600 ecma_free_value (search_symbol); in ecma_builtin_string_prototype_object_search()
604 ecma_object_t *search_method = ecma_get_object_from_value (search_symbol); in ecma_builtin_string_prototype_object_search()
658 …ecma_value_t search_symbol = ecma_op_object_get_by_symbol_id (regexp_obj_p, LIT_GLOBAL_SYMBOL_SEAR… in ecma_builtin_string_prototype_object_search() local
659 if (ECMA_IS_VALUE_ERROR (search_symbol)) in ecma_builtin_string_prototype_object_search()
664 if (!ecma_op_is_callable (search_symbol)) in ecma_builtin_string_prototype_object_search()
[all …]
/third_party/node/deps/v8/src/init/
Dheap-symbols.h487 V(_, search_symbol, Symbol.search) \
Dbootstrapper.cc2241 InstallConstant(isolate_, symbol_fun, "search", factory->search_symbol()); in InitializeGlobal()
2559 isolate_, prototype, factory->search_symbol(), "[Symbol.search]", in InitializeGlobal()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h203 V(search_symbol, search_symbol, SearchSymbol) \