Home
last modified time | relevance | path

Searched refs:undefinedString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
Dverification_options.h55 bool undefinedString = false; member
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_options.cpp82 … {"undefined-string", BoolField {offsetof(VerificationOptions, debug.allow.undefinedString)}}, in RegisterConfigHandlerOptions()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp603 JSHandle<JSTaggedValue> undefinedString(thread_, JSTaggedValue::Undefined()); in InitializeFunction() local
604 …etFunctionName(thread_, JSHandle<JSFunctionBase>(funcFuncPrototype), emptyString, undefinedString); in InitializeFunction()