Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2123 JSHandle<JSHClass> hclassHandle = NewEcmaHClass(JSRealm::SIZE, JSType::JS_REALM, protoValue); in NewJSRealm() local
2124 JSHandle<JSRealm> realm(NewJSObject(hclassHandle)); in NewJSRealm()
2706 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSetIteratorClass()); in NewJSSetIterator() local
2707 hclassHandle->SetPrototype(thread_, protoValue); in NewJSSetIterator()
2708 JSHandle<JSSetIterator> iter(NewJSObject(hclassHandle)); in NewJSSetIterator()
2723 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSRegExpIteratorClass()); in NewJSRegExpIterator() local
2724 hclassHandle->SetPrototype(thread_, protoValue); in NewJSRegExpIterator()
2725 JSHandle<JSRegExpIterator> iter(NewJSObject(hclassHandle)); in NewJSRegExpIterator()
2740 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSMapIteratorClass()); in NewJSMapIterator() local
2741 hclassHandle->SetPrototype(thread_, protoValue); in NewJSMapIterator()
[all …]