Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_lazy_test.cpp77 auto dateFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key.GetTaggedValue()); in HWTEST_F_L0()
101 auto setFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
125 auto mapFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
149 auto weakMapFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
173 auto weakSetFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
197 auto weakRefFunction = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
220 auto function = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
243 auto function = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
266 auto function = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in HWTEST_F_L0()
289 auto function = FastRuntimeStub::GetGlobalOwnProperty(threa in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub.h38 static inline JSTaggedValue GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key);
H A Dfast_runtime_stub-inl.h215 JSTaggedValue FastRuntimeStub::GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) in GetGlobalOwnProperty() function in panda::ecmascript::FastRuntimeStub
H A Dinterpreter-inl.cpp2712 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal()
2753 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal()
2804 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal()
2915 JSTaggedValue result = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal()
6685 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal()
H A Dinterpreter_assembly.cpp2374 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop);
2434 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey);
2560 JSTaggedValue result = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey);
5588 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey);
5637 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.cpp411 result = GetGlobalOwnProperty(glue, globalObject, propKey, callback); in TryLoadGlobalByName()
460 result = GetGlobalOwnProperty(glue, globalObject, propKey, callback); in TryStoreGlobalByName()
512 result = GetGlobalOwnProperty(glue, globalObject, propKey, callback); in LoadGlobalVar()
H A Dstub_builder.h838 GateRef GetGlobalOwnProperty(GateRef glue, GateRef receiver, GateRef key, ProfileOperation callback);
H A Dstub_builder.cpp7748 GateRef StubBuilder::GetGlobalOwnProperty(GateRef glue, GateRef receiver, GateRef key, ProfileOperation callback) in GetGlobalOwnProperty() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp392 JSTaggedValue globalVar = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in GetGlobalValue()
417 JSTaggedValue globalVar = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, key); in SetGlobalValue()

Completed in 46 milliseconds