Home
last modified time | relevance | path

Searched defs:Utf8Length (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_string/
Dtest_string.c311 static napi_value Utf8Length(napi_env env, napi_callback_info info) { in Utf8Length() function
/third_party/node/deps/v8/src/api/
Dapi.cc5589 int String::Utf8Length(Isolate* isolate) const { in Utf8Length() function in v8::String