Searched defs:isChangeProto (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_tagged_value.cpp | 1231 SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototype() argument
|
| H A D | js_hclass.cpp | 464 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 D | js_object.cpp | 1493 SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototype() argument
|
Completed in 18 milliseconds