Home
last modified time | relevance | path

Searched defs:IsMatch (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h28 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
Dtemplate_map.h26 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
Dsymbol_table.h50 static inline bool IsMatch(const JSTaggedValue &name, const JSTaggedValue &other) in IsMatch() function
Dtagged_dictionary.cpp38 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
Dlinked_hash_table.h326 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
366 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
Dglobal_dictionary-inl.h43 bool GlobalDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h57 static inline bool IsMatch(const JSTaggedValue &fileName, const JSTaggedValue &other) in IsMatch() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp84 HWTEST_F_L0(SymbolTableTest, IsMatch) in HWTEST_F_L0() argument
Dglobal_dictionary_test.cpp57 HWTEST_F_L0(GlobalDictionaryTest, IsMatch) in HWTEST_F_L0() argument
Dtransitions_dictionary_test.cpp54 HWTEST_F_L0(TransitionsDictionaryTest, IsMatch) in HWTEST_F_L0() argument