Home
last modified time | relevance | path

Searched defs:hclassHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2330 JSHandle<JSHClass> hclassHandle = NewEcmaHClass(JSRealm::SIZE, JSType::JS_REALM, protoValue); in NewJSRealm() local
3153 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSetIteratorClass()); in NewJSSetIterator() local
3170 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSRegExpIteratorClass()); in NewJSRegExpIterator() local
3187 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSMapIteratorClass()); in NewJSMapIterator() local
3204 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIHashMapIteratorClass()); in NewJSAPIHashMapIterator() local
3225 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIHashSetIteratorClass()); in NewJSAPIHashSetIterator() local
3245 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSArrayIteratorClass()); in NewJSArrayIterator() local
4055 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIArrayListIteratorClass()); in NewJSAPIArrayListIterator() local
4070 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPILightWeightMapIteratorClass()); in NewJSAPILightWeightMapIterator() local
4086 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPILightWeightSetIteratorClass()); in NewJSAPILightWeightSetIterator() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1919 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSetIteratorClass()); in InitializeSetIterator() local
1936 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSMapIteratorClass()); in InitializeMapIterator() local