Home
last modified time | relevance | path

Searched refs:inputKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_segments.cpp155 JSHandle<JSTaggedValue> inputKey = globalConst->GetHandledInputString(); in CreateSegmentDataObject() local
156 JSObject::CreateDataPropertyOrThrow(thread, result, inputKey, JSHandle<JSTaggedValue>::Cast(inputString)); in CreateSegmentDataObject()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_segmenter_test.cpp199 JSHandle<JSTaggedValue> inputKey = globalConst->GetHandledInputString(); in SegmentsPrototypeCommon() local
203 JSHandle<JSTaggedValue> inputValue(JSObject::GetProperty(thread, result, inputKey).GetValue()); in SegmentsPrototypeCommon()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2014 JSHandle<JSTaggedValue> inputKey = globalConst->GetHandledInputString(); in RegExpBuiltinExec() local
2015 JSObject::CreateDataProperty(thread, results, inputKey, inputStr); in RegExpBuiltinExec()

Completed in 8 milliseconds