Searched defs:IsMatch (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | transitions_dictionary.h | 28 static inline bool IsMatch([[maybe_unused]] const JSTaggedValue &key, in IsMatch() function 38 …static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &metaData, const JSTagged… in IsMatch() function
|
| D | template_map.h | 26 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
|
| D | symbol_table.h | 50 static inline bool IsMatch(const JSTaggedValue &name, const JSTaggedValue &other) in IsMatch() function
|
| D | tagged_dictionary.cpp | 38 bool NameDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NameDictionary 140 bool NumberDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NumberDictionary
|
| D | linked_hash_table.h | 326 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function 366 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
|
| D | global_dictionary-inl.h | 43 bool GlobalDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.h | 57 static inline bool IsMatch(const JSTaggedValue &fileName, const JSTaggedValue &other) in IsMatch() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | symbol_table_test.cpp | 84 HWTEST_F_L0(SymbolTableTest, IsMatch) in HWTEST_F_L0() argument
|
| D | global_dictionary_test.cpp | 57 HWTEST_F_L0(GlobalDictionaryTest, IsMatch) in HWTEST_F_L0() argument
|
| D | transitions_dictionary_test.cpp | 54 HWTEST_F_L0(TransitionsDictionaryTest, IsMatch) in HWTEST_F_L0() argument
|