Searched refs:emptyString (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 200 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local 201 JSHandle<JSTaggedValue> result = parser.ParseUtf8(*emptyString); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | locale_helper_test.cpp | 162 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0() local 163 EXPECT_EQ(EcmaStringAccessor::Compare(instance, canonicalizeLocaleId, emptyString), 0); in HWTEST_F_L0()
|
| D | dump_test.cpp | 640 … JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local 643 factory->NewJSRegExpIterator(jsRegExp, emptyString, false, false); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 224 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBind() local 225 …Function::SetFunctionName(thread, JSHandle<JSFunctionBase>(boundFunction), emptyString, boundName); in FunctionPrototypeBind()
|
| D | builtins.cpp | 477 JSHandle<JSTaggedValue> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in InitializeFunction() local 479 …JSFunction::SetFunctionName(thread_, JSHandle<JSFunctionBase>(funcFuncPrototype), emptyString, und… in InitializeFunction() 3724 JSHandle<JSTaggedValue> emptyString = thread_->GlobalConstants()->GetHandledEmptyString(); in InitializeGlobalRegExp() local 3725 … JSHandle<JSTaggedValue> newBox1 = JSHandle<JSTaggedValue>(factory_->NewPropertyBox(emptyString)); in InitializeGlobalRegExp() 3727 … JSHandle<JSTaggedValue> newBox2 = JSHandle<JSTaggedValue>(factory_->NewPropertyBox(emptyString)); in InitializeGlobalRegExp() 3729 … JSHandle<JSTaggedValue> newBox3 = JSHandle<JSTaggedValue>(factory_->NewPropertyBox(emptyString)); in InitializeGlobalRegExp() 3731 … JSHandle<JSTaggedValue> newBox4 = JSHandle<JSTaggedValue>(factory_->NewPropertyBox(emptyString)); in InitializeGlobalRegExp() 3733 … JSHandle<JSTaggedValue> newBox5 = JSHandle<JSTaggedValue>(factory_->NewPropertyBox(emptyString)); in InitializeGlobalRegExp() 3735 … JSHandle<JSTaggedValue> newBox6 = JSHandle<JSTaggedValue>(factory_->NewPropertyBox(emptyString)); in InitializeGlobalRegExp() 3737 … JSHandle<JSTaggedValue> newBox7 = JSHandle<JSTaggedValue>(factory_->NewPropertyBox(emptyString)); in InitializeGlobalRegExp() [all …]
|
| D | builtins_regexp.cpp | 1530 JSHandle<JSTaggedValue> emptyString = thread->GlobalConstants()->GetHandledEmptyString(); in RegExpBuiltinExec() local 1535 cell->SetValue(thread, emptyString); in RegExpBuiltinExec()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_serializer.cpp | 1457 … JSHandle<JSTaggedValue> emptyString = JSHandle<JSTaggedValue>::Cast(factory_->GetEmptyString()); in ReadEcmaString() local 1458 referenceMap_.emplace(objectId_++, emptyString); in ReadEcmaString() 1459 return emptyString; in ReadEcmaString()
|
| D | object_factory.cpp | 795 JSHandle<EcmaString> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in GetJSError() local 796 return NewJSError(errorType, emptyString, needCheckStack); in GetJSError() 1697 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSIntlBoundFunction() local 1699 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSIntlBoundFunction() 1718 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSProxyRevocFunction() local 1720 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSProxyRevocFunction()
|