Home
last modified time | relevance | path

Searched defs:NewString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsstring.js27 class NewString extends String { class
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h362 ets_string (*NewString)(EtsEnv *env, const ets_char *unicodeChars, ets_size len); member
1271 ets_string NewString(const ets_char *unicode_chars, ets_size len) in NewString() function
Dets_napi_native_interface.cpp1954 NO_UB_SANITIZE static ets_string NewString(EtsEnv *env, const ets_char *unicodeChars, ets_size len) in NewString() function
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp259 JSVM_Status NewString(JSVM_Env env, const CCharType* str, size_t length, JSVM_Value* result, String… in NewString() function