Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.cpp85 ParseOptions parseOptions; in ParseWithTransformType() local
96 parseOptions.returnType = ParseReturnType::MAP; in ParseWithTransformType()
103 parseOptions.bigIntMode = BigIntMode::ALWAYS_PARSE_AS_BIGINT; in ParseWithTransformType()
105 parseOptions.bigIntMode = BigIntMode::PARSE_AS_BIGINT; in ParseWithTransformType()
110 return ParseWithTransformType(thread->GetEcmaVM(), msg, reviverVal, transformType, parseOptions); in ParseWithTransformType()

Completed in 2 milliseconds