Home
last modified time | relevance | path

Searched refs:DefinePrivateProperty (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h443 V(DefinePrivateProperty) \
H A Druntime_stubs.cpp2993 DEF_RUNTIME_STUBS(DefinePrivateProperty) in DEF_RUNTIME_STUBS()
2995 RUNTIME_STUBS_HEADER(DefinePrivateProperty); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h200 static JSTaggedValue DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
H A Dslow_runtime_stub.cpp1261 JSTaggedValue SlowRuntimeStub::DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in DefinePrivateProperty() function in panda::ecmascript::SlowRuntimeStub
1264 INTERPRETER_TRACE(thread, DefinePrivateProperty); in DefinePrivateProperty()
H A Dinterpreter-inl.cpp7573 JSTaggedValue res = SlowRuntimeStub::DefinePrivateProperty(thread, lexicalEnv, in RunInternal()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h251 V(DefinePrivateProperty) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp3778 const int id = RTSTUB_ID(DefinePrivateProperty); in LowerDefinePrivateProperty()
H A Dinterpreter_stub.cpp5617 GateRef res = CallRuntime(glue, RTSTUB_ID(DefinePrivateProperty), {lexicalEnv, in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp5513 GateRef res = CallRuntime(glue, RTSTUB_ID(DefinePrivateProperty), {lexicalEnv, in GenerateCircuit()

Completed in 60 milliseconds