Home
last modified time | relevance | path

Searched refs:NewJSString (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp135 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
171 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
207 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
243 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
Dheap_tracker_first_test.cpp135 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
189 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
244 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
Dheap_tracker_third_test.cpp135 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp33 JSHandle<JSTaggedValue> str(factory->NewJSString(value, newTarget)); in StringCreate()
Dobject_factory.h351 …JSHandle<JSPrimitiveRef> NewJSString(const JSHandle<JSTaggedValue> &str, const JSHandle<JSTaggedVa…
Dobject_factory.cpp2289 JSHandle<JSPrimitiveRef> ObjectFactory::NewJSString(const JSHandle<JSTaggedValue> &str, in NewJSString() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_first_test.cpp345 JSHandle<JSTaggedValue> handleReceiver(factory->NewJSString(handleName, undefined)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp188 factory->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp397 JSHandle<JSPrimitiveRef> handlePrimitiveRef = factory->NewJSString(handleStr, undefined); in HWTEST_F_L0()