Searched defs:setClass (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/ |
| H A D | jsvaluerefiscontainer_fuzzer.cpp | 169 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSAPITreeSet::SIZE, JSType::JS_API_TREE_SET, proto); in JSValueRefIsTreeSetFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_second_tests.cpp | 662 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSAPITreeSet::SIZE, JSType::JS_API_TREE_SET, proto); in HWTEST_F_L0() local
|
| H A D | ffi_workload.cpp | 5634 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSSet::SIZE, JSType::JS_SET, proto); in HWTEST_F_L0() local 6011 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSAPITreeSet::SIZE, JSType::JS_API_TREE_SET, proto); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | dump_test.cpp | 247 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSSet::SIZE, JSType::JS_SET, proto); in NewJSSet() local 259 JSHandle<JSHClass> setClass = factory->NewSEcmaHClass(JSSharedSet::SIZE, 0, in NewJSSharedSet() local 284 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSAPIHashSet::SIZE, JSType::JS_API_HASH_SET, proto); in NewJSAPIHashSet() local 306 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSAPITreeSet::SIZE, JSType::JS_API_TREE_SET, proto); in NewJSAPITreeSet() local 415 JSHandle<JSHClass> setClass = in NewJSAPILightWeightSet() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 2239 JSHandle<JSHClass> setClass = factory->NewSEcmaHClass(JSSharedSet::SIZE, 0, in CreateSSet() local
|
Completed in 22 milliseconds