Home
last modified time | relevance | path

Searched refs:Search (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_stack.h49 int Search(const JSHandle<JSTaggedValue> &value);
H A Djs_api_stack.cpp68 int JSAPIStack::Search(const JSHandle<JSTaggedValue> &value) in Search() function in panda::ecmascript::JSAPIStack
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_stack_test.cpp56 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 Djs_api_stack_iterator_test.cpp156 EXPECT_EQ(jsAPIStackTo->Search(value), static_cast<int>(i)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.h35 V(search, Search) \
H A Dbuiltins_regexp.h71 static JSTaggedValue Search(EcmaRuntimeCallInfo *argv);
142 V(SEARCH, Search) \
H A Dbuiltins_string.h83 V("search", Search, 1, INVALID) \
203 static JSTaggedValue Search(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_string.cpp1088 // 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 Dbuiltins_regexp.cpp262 // 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 Dbuiltins.cpp2121 env, regPrototype, env->GetSearchSymbol(), "[Symbol.search]", RegExp::Search, FunctionLength::ONE); in InitializeRegExp()
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_stack.cpp138 int num = stack->Search(value); in Locate()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h742 V(RegExp, Search) \
815 V(String, Search) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp320 reinterpret_cast<uintptr_t>(RegExp::Search),
473 reinterpret_cast<uintptr_t>(BuiltinsString::Search),
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp417 // invoke Search method in HWTEST_F_L0()
418 JSTaggedValue searchResult = BuiltinsRegExp::Search(ecmaRuntimeCallInfo); in HWTEST_F_L0()

Completed in 28 milliseconds