Home
last modified time | relevance | path

Searched refs:newResult (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h214 void SetRegExpGlobalResult(JSTaggedValue newResult) in SetRegExpGlobalResult() argument
216 regexpGlobal_ = newResult; in SetRegExpGlobalResult()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2788 JSHandle<TaggedArray> newResult = factory->ExtendArray( in GrowCapturesCapacity() local
2790 thread->GetCurrentEcmaContext()->SetRegExpGlobalResult(newResult.GetTaggedValue()); in GrowCapturesCapacity()
2791 return JSHandle<RegExpGlobalResult>(newResult); in GrowCapturesCapacity()

Completed in 11 milliseconds