Home
last modified time | relevance | path

Searched refs:ParseUtf16 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp95 JSHandle<JSTaggedValue> result2 = parser.ParseUtf16(*handleStr2); in HWTEST_F_L0()
102 JSHandle<JSTaggedValue> result3 = parser.ParseUtf16(*handleStr3); in HWTEST_F_L0()
109 JSHandle<JSTaggedValue> result4 = parser.ParseUtf16(*handleStr4); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp54 result = parser.ParseUtf16(*parseString); in Parse()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h91 JSHandle<JSTaggedValue> ParseUtf16(EcmaString *str) in ParseUtf16() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2349 …result = parser.ParseUtf16(EcmaString::Cast(JSNApiHelper::ToJSTaggedValue(*string).GetTaggedObject… in EXCEPTION_ERROR_ALL()