Home
last modified time | relevance | path

Searched defs:protoHandle (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp499 JSHandle<JSTaggedValue> protoHandle(thread, proto); in SetPrototype() local
954 JSHandle<JSObject> protoHandle(thread, proto); in EnableProtoChangeMarker() local
1106 JSHandle<JSObject> protoHandle(thread, proto); in RegisterOnProtoChain() local
1763 JSMutableHandle<JSObject> protoHandle(thread, hclass->GetPrototype()); in IsNeedNotifyHclassChangedForAotTransition() local
Djs_function.cpp252 JSHandle<JSTaggedValue> protoHandle(thread, protoOrHClass); in SetFunctionPrototypeOrInstanceHClass() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp620 JSHandle<JSTaggedValue> protoHandle(thread, proto); in SetObjectWithProto() local