Searched defs:globalResult (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_regexp_stub_builder.cpp | 35 GateRef globalResult = TryToFastGetProperty(glue, thisValue, ConstantIndex::GLOBAL_STRING_INDEX); in GetFlags() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 401 JSHandle<JSTaggedValue> globalResult = JSObject::GetProperty(thread, thisObj, globalKey).GetValue(); in GetAllFlagsInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 2712 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() local 2753 JSTaggedValue globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, prop); in RunInternal() local 2804 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() local 6685 auto globalResult = FastRuntimeStub::GetGlobalOwnProperty(thread, globalObj, propKey); in RunInternal() local [all...] |
Completed in 19 milliseconds