Searched refs:StringCreate (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_primitive_ref_test.cpp | 33 HWTEST_F_L0(JSPrimitiveRefTest, StringCreate) in HWTEST_F_L0() argument 37 JSHandle<JSObject> str(JSPrimitiveRef::StringCreate(thread, hello, undefined)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_primitive_ref.h | 77 …static JSHandle<JSPrimitiveRef> StringCreate(JSThread *thread, const JSHandle<JSTaggedValue> &valu…
|
| D | js_primitive_ref.cpp | 22 JSHandle<JSPrimitiveRef> JSPrimitiveRef::StringCreate(JSThread *thread, const JSHandle<JSTaggedValu… in StringCreate() function in panda::ecmascript::JSPrimitiveRef
|
| D | object_operator.cpp | 88 holder_.Update(JSPrimitiveRef::StringCreate(thread_, holder_, undefined).GetTaggedValue()); in UpdateHolder()
|
| D | js_object.cpp | 2611 … object = JSHandle<JSTaggedValue>::Cast(JSPrimitiveRef::StringCreate(thread, obj, undefined)); in EnumerateObjectProperties()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 69 return JSPrimitiveRef::StringCreate(thread, strTag, newTarget).GetTaggedValue(); in StringConstructor() 76 return JSPrimitiveRef::StringCreate(thread, valTag, newTarget).GetTaggedValue(); in StringConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1989 return JSPrimitiveRef::StringCreate(thread, str, newTarget).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
|