Searched refs:DefinePrivateProperty (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 443 V(DefinePrivateProperty) \
|
H A D | runtime_stubs.cpp | 2993 DEF_RUNTIME_STUBS(DefinePrivateProperty) in DEF_RUNTIME_STUBS() 2995 RUNTIME_STUBS_HEADER(DefinePrivateProperty); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 200 static JSTaggedValue DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv,
|
H A D | slow_runtime_stub.cpp | 1261 JSTaggedValue SlowRuntimeStub::DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, in DefinePrivateProperty() function in panda::ecmascript::SlowRuntimeStub 1264 INTERPRETER_TRACE(thread, DefinePrivateProperty); in DefinePrivateProperty()
|
H A D | interpreter-inl.cpp | 7573 JSTaggedValue res = SlowRuntimeStub::DefinePrivateProperty(thread, lexicalEnv, in RunInternal()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 251 V(DefinePrivateProperty) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 3778 const int id = RTSTUB_ID(DefinePrivateProperty); in LowerDefinePrivateProperty()
|
H A D | interpreter_stub.cpp | 5617 GateRef res = CallRuntime(glue, RTSTUB_ID(DefinePrivateProperty), {lexicalEnv,
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 5513 GateRef res = CallRuntime(glue, RTSTUB_ID(DefinePrivateProperty), {lexicalEnv, in GenerateCircuit()
|
Completed in 60 milliseconds