Searched refs:ParseWithTransformType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_json.cpp | 45 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 D | builtins_json.h | 34 static JSTaggedValue ParseWithTransformType(EcmaRuntimeCallInfo *argv, TransformType transformType); 37 static JSTaggedValue ParseWithTransformType(const EcmaVM *vm, JSHandle<JSTaggedValue> &msg,
|
Completed in 1 milliseconds