Home
last modified time | relevance | path

Searched defs:emptyString (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlocale_helper_test.cpp129 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.cpp246 static const char *emptyString = ""; in GetFieldName() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstring_test.cpp574 String *emptyString = String::CreateEmptyString(GetLanguageContext(), Runtime::GetCurrent()->GetPandaVM()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp310 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in NewJSRegExpIterator() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp392 JSHandle<EcmaString> emptyString = factory->GetEmptyString(); in GetAllFlagsInternal() local
2105 JSHandle<JSTaggedValue> emptyString = thread->GlobalConstants()->GetHandledEmptyString(); RegExpBuiltinExec() local
2770 JSTaggedValue emptyString = factory->GetEmptyString().GetTaggedValue(); CreateGlobalResultTable() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp2592 BRANCH(Int32Equal(srcLen, Int32(0)), &emptyString, &notEmpty); in EcmaStringTrim() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp2125 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSIntlBoundFunction() local
2146 JSHandle<JSTaggedValue> emptyString = globalConst->GetHandledEmptyString(); in NewJSProxyRevocFunction() local

Completed in 23 milliseconds