Home
last modified time | relevance | path

Searched refs:NewFromUtf8WithoutStringTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1152 StringRef::NewFromUtf8WithoutStringTable(vm_, "duplicateKey"), in HWTEST_F_L0()
1153 StringRef::NewFromUtf8WithoutStringTable(vm_, "simpleKey"), in HWTEST_F_L0()
1154 StringRef::NewFromUtf8WithoutStringTable(vm_, "duplicateKey"), in HWTEST_F_L0()
1157 StringRef::NewFromUtf8WithoutStringTable(vm_, "value1"), in HWTEST_F_L0()
1158 StringRef::NewFromUtf8WithoutStringTable(vm_, "value2"), in HWTEST_F_L0()
1159 StringRef::NewFromUtf8WithoutStringTable(vm_, "value3"), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h581 JSHandle<EcmaString> NewFromUtf8WithoutStringTable(std::string_view data);
591 JSHandle<EcmaString> NewFromUtf8WithoutStringTable(const uint8_t *utf8Data, uint32_t utf8Len);
Dobject_factory.cpp4116 JSHandle<EcmaString> ObjectFactory::NewFromUtf8WithoutStringTable(std::string_view data) in NewFromUtf8WithoutStringTable() function in panda::ecmascript::ObjectFactory
4184 JSHandle<EcmaString> ObjectFactory::NewFromUtf8WithoutStringTable(const uint8_t *utf8Data, uint32_t… in NewFromUtf8WithoutStringTable() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h935 …static Local<StringRef> NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int leng…
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2071 Local<StringRef> StringRef::NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int l… in NewFromUtf8WithoutStringTable() function in panda::StringRef
2078 JSHandle<JSTaggedValue> current(factory->NewFromUtf8WithoutStringTable(utf8)); in NewFromUtf8WithoutStringTable()
2081 …JSHandle<JSTaggedValue> current(factory->NewFromUtf8WithoutStringTable(reinterpret_cast<const uint… in NewFromUtf8WithoutStringTable()