Searched defs:globalResult (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 2698 … 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
|
| D | interpreter_assembly.cpp | 2368 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/ |
| D | builtins_regexp.cpp | 402 …JSHandle<JSTaggedValue> globalResult = JSObject::GetProperty(thread, thisObj, globalKey).GetValue(… in GetAllFlagsInternal() local
|