Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.cpp98 JSHandle<JSTaggedValue> modeValue = JSTaggedValue::GetProperty(thread, options, modeKey).GetValue(); in ParseWithTransformType() local
100 if (modeValue->IsInt()) { in ParseWithTransformType()
101 int val = modeValue->GetInt(); in ParseWithTransformType()

Completed in 1 milliseconds