Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.cpp45 return ParseWithTransformType(argv, TransformType::NORMAL); in Parse()
58 return BuiltinsJson::ParseWithTransformType(argv, TransformType::SENDABLE); in Parse()
63 return BuiltinsJson::ParseWithTransformType(argv, TransformType::BIGINT); in Parse()
67 JSTaggedValue BuiltinsJson::ParseWithTransformType(EcmaRuntimeCallInfo *argv, TransformType transformType) in ParseWithTransformType() function in panda::ecmascript::builtins::BuiltinsJson
110 return ParseWithTransformType(thread->GetEcmaVM(), msg, reviverVal, transformType, parseOptions); in ParseWithTransformType()
113 JSTaggedValue BuiltinsJson::ParseWithTransformType(const EcmaVM *vm, JSHandle<JSTaggedValue> &msg, in ParseWithTransformType() function in panda::ecmascript::builtins::BuiltinsJson
H A Dbuiltins_json.h34 static JSTaggedValue ParseWithTransformType(EcmaRuntimeCallInfo *argv, TransformType transformType);
37 static JSTaggedValue ParseWithTransformType(const EcmaVM *vm, JSHandle<JSTaggedValue> &msg,

Completed in 1 milliseconds