Searched defs:globalResult (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 2682 … JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() local 2723 … JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() local 2774 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() local 6603 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() local
|
| D | interpreter_assembly.cpp | 2376 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in HandleTryldglobalbynameImm8Id16() local 2436 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in HandleTrystglobalbynameImm8Id16() local 5550 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in HandleTrystglobalbynameImm16Id16() local 5599 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in HandleTryldglobalbynameImm16Id16() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 328 …JSHandle<JSTaggedValue> globalResult = JSObject::GetProperty(thread, thisObj, globalKey).GetValue(… in GetAllFlagsInternal() local
|