Home
last modified time | relevance | path

Searched defs:emptyString (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp200 JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlocale_helper_test.cpp162 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0() local
Ddump_test.cpp640 … JSHandle<EcmaString> emptyString(thread->GlobalConstants()->GetHandledEmptyString()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp224 JSHandle<JSTaggedValue> emptyString(factory->GetEmptyString()); in FunctionPrototypeBind() local
Dbuiltins.cpp477 JSHandle<JSTaggedValue> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in InitializeFunction() local
3724 JSHandle<JSTaggedValue> emptyString = thread_->GlobalConstants()->GetHandledEmptyString(); in InitializeGlobalRegExp() local
Dbuiltins_regexp.cpp1530 JSHandle<JSTaggedValue> emptyString = thread->GlobalConstants()->GetHandledEmptyString(); in RegExpBuiltinExec() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp1457 … JSHandle<JSTaggedValue> emptyString = JSHandle<JSTaggedValue>::Cast(factory_->GetEmptyString()); in ReadEcmaString() local
Dobject_factory.cpp795 JSHandle<EcmaString> emptyString(thread_->GlobalConstants()->GetHandledEmptyString()); in GetJSError() local
1697 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSIntlBoundFunction() local
1718 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSProxyRevocFunction() local