Home
last modified time | relevance | path

Searched defs:globalResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp2698 … JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() local
2739 … JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() local
2790 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() local
6601 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() local
Dinterpreter_assembly.cpp2368 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in HandleTryldglobalbynameImm8Id16() local
2428 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in HandleTrystglobalbynameImm8Id16() local
5582 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in HandleTrystglobalbynameImm16Id16() local
5631 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in HandleTryldglobalbynameImm16Id16() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp402 …JSHandle<JSTaggedValue> globalResult = JSObject::GetProperty(thread, thisObj, globalKey).GetValue(… in GetAllFlagsInternal() local