Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h72 …auto jsNativePointerClass = JSHClass::Cast(thread_->GlobalConstants()->GetJSNativePointerClass().G… in NewJSNativePointer() local
74 header = heap_->AllocateNonMovableOrHugeObject(jsNativePointerClass); in NewJSNativePointer()
76 header = heap_->AllocateYoungOrHugeObject(jsNativePointerClass); in NewJSNativePointer()