Searched refs:SEARCH (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_collator.h | 24 enum class UsageOption : uint8_t { SORT = 0x01, SEARCH, EXCEPTION }; member in panda::ecmascript::UsageOption
|
H A D | js_collator.cpp | 54 const std::vector<UsageOption> JSCollator::USAGE_OPTION = {UsageOption::SORT, UsageOption::SEARCH}; 206 if (usage == UsageOption::SEARCH) { in InitializeCollator() 381 case UsageOption::SEARCH: in OptionsToEcmaString()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 31 SEARCH, enumerator 142 V(SEARCH, Search) \
|
H A D | builtins_string.cpp | 1505 if (BuiltinsRegExp::IsFastRegExp(thread, regexp, BuiltinsRegExp::RegExpSymbol::SEARCH)) { in Search()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 135 BRANCH_NO_WEIGHT(Int32Equal(usage, Int32(static_cast<int32_t>(UsageOption::SEARCH))), &search, &fatal) in UsageOptionsToEcmaString()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 1931 case e.SEARCH: [all...] |
Completed in 38 milliseconds