Home
last modified time | relevance | path

Searched defs:isChangeProto (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.cpp1231 SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototype() argument
H A Djs_hclass.cpp464 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto, bool isChangeProto) in SetPrototype() argument
498 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) in SetPrototype() argument
350 TransitionProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) TransitionProto() argument
471 SetPrototypeWithNotification(const JSThread *thread, const JSHandle<JSHClass> &hclass, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototypeWithNotification() argument
487 SetPrototypeTransition(JSThread *thread, const JSHandle<JSObject> &object, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototypeTransition() argument
507 OptimizePrototypeForIC(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) OptimizePrototypeForIC() argument
[all...]
H A Djs_object.cpp1493 SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototype() argument

Completed in 11 milliseconds