Home
last modified time | relevance | path

Searched defs:PutIfAbsent (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_cache_test.cpp59 HWTEST_F_L0(CjsModuleCacheTest, PutIfAbsent) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dtransitions_dictionary_test.cpp218 HWTEST_F_L0(TransitionsDictionaryTest, PutIfAbsent) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h409 static JSHandle<Derived> PutIfAbsent(const JSThread *thread, const JSHandle<Derived> &table, in PutIfAbsent() function
Djs_hclass.cpp33 JSHandle<TransitionsDictionary> TransitionsDictionary::PutIfAbsent(const JSThread *thread, in PutIfAbsent() function in panda::ecmascript::TransitionsDictionary