Searched refs:StringCreate (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_primitive_ref_test.cpp | 57 HWTEST_F_L0(JSPrimitiveRefTest, StringCreate) in HWTEST_F_L0() argument 61 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 | 26 JSHandle<JSPrimitiveRef> JSPrimitiveRef::StringCreate(JSThread *thread, const JSHandle<JSTaggedValu… in StringCreate() function in panda::ecmascript::JSPrimitiveRef
|
| D | object_operator.cpp | 99 holder_.Update(JSPrimitiveRef::StringCreate(thread_, holder_, undefined).GetTaggedValue()); in UpdateHolder()
|
| D | js_object.cpp | 2464 … object = JSHandle<JSTaggedValue>::Cast(JSPrimitiveRef::StringCreate(thread, obj, undefined)); in EnumerateObjectProperties()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 84 return JSPrimitiveRef::StringCreate(thread, strTag, newTarget).GetTaggedValue(); in StringConstructor() 91 return JSPrimitiveRef::StringCreate(thread, valTag, newTarget).GetTaggedValue(); in StringConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1706 return JSPrimitiveRef::StringCreate(thread, str, newTarget).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
|