Searched refs:Search (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_stack.h | 49 int Search(const JSHandle<JSTaggedValue> &value);
|
H A D | js_api_stack.cpp | 68 int JSAPIStack::Search(const JSHandle<JSTaggedValue> &value) in Search() function in panda::ecmascript::JSAPIStack
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_stack_test.cpp | 56 EXPECT_EQ(toor->Search(value), static_cast<int>(i)); in SearchAndEmptyCommon() 147 HWTEST_F_L0(JSAPIStackTest, Search) in HWTEST_F_L0() 155 EXPECT_EQ(toor->Search(value), -1); in HWTEST_F_L0()
|
H A D | js_api_stack_iterator_test.cpp | 156 EXPECT_EQ(jsAPIStackTo->Search(value), static_cast<int>(i)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_symbol.h | 35 V(search, Search) \
|
H A D | builtins_regexp.h | 71 static JSTaggedValue Search(EcmaRuntimeCallInfo *argv); 142 V(SEARCH, Search) \
|
H A D | builtins_string.h | 83 V("search", Search, 1, INVALID) \ 203 static JSTaggedValue Search(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_string.cpp | 1088 // Search string for the first occurrence of searchString and let pos be the index within string of the first code in Replace() 1494 JSTaggedValue BuiltinsString::Search(EcmaRuntimeCallInfo *argv) in Search() function in panda::ecmascript::builtins::BuiltinsString 1497 BUILTINS_API_TRACE(argv->GetThread(), String, Search); in Search()
|
H A D | builtins_regexp.cpp | 262 // 2. Search RegExpExecResult cache in RegExpTestFast() 1340 JSTaggedValue BuiltinsRegExp::Search(EcmaRuntimeCallInfo *argv) in Search() function in panda::ecmascript::builtins::BuiltinsRegExp 1343 BUILTINS_API_TRACE(argv->GetThread(), RegExp, Search); in Search()
|
H A D | builtins.cpp | 2121 env, regPrototype, env->GetSearchSymbol(), "[Symbol.search]", RegExp::Search, FunctionLength::ONE); in InitializeRegExp()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_stack.cpp | 138 int num = stack->Search(value); in Locate()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 742 V(RegExp, Search) \ 815 V(String, Search) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 320 reinterpret_cast<uintptr_t>(RegExp::Search), 473 reinterpret_cast<uintptr_t>(BuiltinsString::Search),
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_regexp_test.cpp | 417 // invoke Search method in HWTEST_F_L0() 418 JSTaggedValue searchResult = BuiltinsRegExp::Search(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
Completed in 28 milliseconds