Searched defs:GetPrototype (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | js_tagged_value.cpp | 810 JSTaggedValue JSTaggedValue::GetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetPrototype() function in panda::ecmascript::JSTaggedValue |
| D | js_proxy.cpp | 50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy |
| D | js_hclass.h | 1540 inline JSTaggedValue GetPrototype() const in GetPrototype() function |
| D | js_object.cpp | 1032 JSTaggedValue JSObject::GetPrototype(const JSHandle<JSObject> &obj) in GetPrototype() function in panda::ecmascript::JSObject |
| /arkcompiler/ets_runtime/ecmascript/napi/ | ||
| D | jsnapi.cpp | 1162 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | stub_builder.cpp | 3417 GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function in panda::ecmascript::kungfu::StubBuilder |