Searched refs:hclassHandle (Results 1 – 1 of 1) sorted by relevance
2123 JSHandle<JSHClass> hclassHandle = NewEcmaHClass(JSRealm::SIZE, JSType::JS_REALM, protoValue); in NewJSRealm() local2124 JSHandle<JSRealm> realm(NewJSObject(hclassHandle)); in NewJSRealm()2706 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSetIteratorClass()); in NewJSSetIterator() local2707 hclassHandle->SetPrototype(thread_, protoValue); in NewJSSetIterator()2708 JSHandle<JSSetIterator> iter(NewJSObject(hclassHandle)); in NewJSSetIterator()2723 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSRegExpIteratorClass()); in NewJSRegExpIterator() local2724 hclassHandle->SetPrototype(thread_, protoValue); in NewJSRegExpIterator()2725 JSHandle<JSRegExpIterator> iter(NewJSObject(hclassHandle)); in NewJSRegExpIterator()2740 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSMapIteratorClass()); in NewJSMapIterator() local2741 hclassHandle->SetPrototype(thread_, protoValue); in NewJSMapIterator()[all …]