Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp220 JSTaggedValue StaticModuleProxyHandler::GetPrototype(EcmaRuntimeCallInfo *argv) in GetPrototype() function in panda::ecmascript::StaticModuleProxyHandler
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h519 inline JSTaggedValue JSObject::GetPrototype(const JSThread *thread, 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.cpp1343 JSTaggedValue JSTaggedValue::GetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetPrototype() function in panda::ecmascript::JSTaggedValue
Djs_hclass.h2128 inline JSTaggedValue GetPrototype(const JSThread *thread) const in GetPrototype() function
Djs_object.cpp1662 JSTaggedValue JSObject::GetPrototype(const JSThread *thread, const JSHandle<JSObject> &obj) in GetPrototype() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md3467 ### GetPrototype subsection
Djsnapi_expo.cpp3042 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1435 GateRef CircuitBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function in panda::ecmascript::kungfu::CircuitBuilder
Dcall_signature.cpp2862 DEF_CALL_SIGNATURE(GetPrototype) in DEF_CALL_SIGNATURE() argument
Dstub_builder-inl.h4445 inline GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp601 HWTEST_F_L0(JSNApiTests, GetPrototype) in HWTEST_F_L0() argument