Searched defs:transformType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_json.cpp | 28 void InitWithTransformType(JSHandle<GlobalEnv> &env, TransformType transformType, in InitWithTransformType() argument 67 JSTaggedValue BuiltinsJson::ParseWithTransformType(EcmaRuntimeCallInfo *argv, TransformType transformType) in ParseWithTransformType() argument 113 ParseWithTransformType(const EcmaVM *vm, JSHandle<JSTaggedValue> &msg, JSHandle<JSTaggedValue> &reviverVal, TransformType transformType, ParseOptions options) ParseWithTransformType() argument 178 StringifyWithTransformType(EcmaRuntimeCallInfo *argv, TransformType transformType) StringifyWithTransformType() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | json_parser.h | 84 JsonParser(JSThread *thread, TransformType transformType, in JsonParser() argument 231 Utf8JsonParser(JSThread *thread, TransformType transformType, in Utf8JsonParser() argument 258 Utf16JsonParser(JSThread *thread, TransformType transformType, in Utf16JsonParser() argument
|
Completed in 2 milliseconds