Searched defs:transformType (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_json.cpp | 28 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/ |
| D | json_parser.h | 235 : JsonParser(thread, transformType, options) {} in JsonParser() argument 262 : JsonParser(thread, transformType, options) {} in JsonParser() argument
|
| D | json_parser.cpp | 1346 TransformType transformType) in InternalizeJsonProperty() 1399 TransformType transformType) in RecurseAndApply()
|