Searched refs:NewFromUtf8WithoutStringTable (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 1152 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/ |
| D | object_factory.h | 581 JSHandle<EcmaString> NewFromUtf8WithoutStringTable(std::string_view data); 591 JSHandle<EcmaString> NewFromUtf8WithoutStringTable(const uint8_t *utf8Data, uint32_t utf8Len);
|
| D | object_factory.cpp | 4116 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/ |
| D | jsnapi_expo.h | 935 …static Local<StringRef> NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int leng…
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2071 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()
|