Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp131 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
185 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
240 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
327 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
358 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
389 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
420 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
460 instance->GetFactory()->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp37 JSHandle<JSTaggedValue> str(factory->NewJSString(value, newTarget)); in StringCreate()
Dobject_factory.h323 …JSHandle<JSPrimitiveRef> NewJSString(const JSHandle<JSTaggedValue> &str, const JSHandle<JSTaggedVa…
Dobject_factory.cpp1851 JSHandle<JSPrimitiveRef> ObjectFactory::NewJSString(const JSHandle<JSTaggedValue> &str, in NewJSString() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp182 factory->NewJSString(JSHandle<JSTaggedValue>(string), undefined); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp336 JSHandle<JSPrimitiveRef> handlePrimitiveRef = factory->NewJSString(handleStr, undefined); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp376 JSHandle<JSTaggedValue> handleReceiver(factory->NewJSString(handleName, undefined)); in HWTEST_F_L0()