Home
last modified time | relevance | path

Searched defs:GetPrototype (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h541 inline JSTaggedValue JSObject::GetPrototype(JSTaggedValue obj) in GetPrototype() function
Djs_proxy.cpp48 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp1266 JSTaggedValue JSTaggedValue::GetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetPrototype() function in panda::ecmascript::JSTaggedValue
Djs_hclass.h2072 inline JSTaggedValue GetPrototype() const in GetPrototype() function
Djs_object.cpp1566 JSTaggedValue JSObject::GetPrototype(const JSHandle<JSObject> &obj) in GetPrototype() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md3467 ### GetPrototype subsection
Djsnapi_expo.cpp2911 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1324 GateRef CircuitBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h4176 inline GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp594 HWTEST_F_L0(JSNApiTests, GetPrototype) in HWTEST_F_L0() argument