Home
last modified time | relevance | path

Searched defs:transformType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp28 void InitWithTransformType(JSHandle<GlobalEnv> &env, TransformType transformType, in InitWithTransformType()
67 …dValue BuiltinsJson::ParseWithTransformType(EcmaRuntimeCallInfo *argv, TransformType transformType) in ParseWithTransformType()
114 … JSHandle<JSTaggedValue> &reviverVal, TransformType transformType, in ParseWithTransformType()
178 …ue BuiltinsJson::StringifyWithTransformType(EcmaRuntimeCallInfo *argv, TransformType transformType) in StringifyWithTransformType()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h235 : JsonParser(thread, transformType, options) {} in JsonParser() argument
262 : JsonParser(thread, transformType, options) {} in JsonParser() argument
Djson_parser.cpp1346 TransformType transformType) in InternalizeJsonProperty()
1399 TransformType transformType) in RecurseAndApply()