Home
last modified time | relevance | path

Searched refs:NewFromUtf8Literal (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-sourcemap.cc37 ->Get(context, v8::String::NewFromUtf8Literal(v8_isolate, "version")) in WasmModuleSourceMap()
47 ->Get(context, v8::String::NewFromUtf8Literal(v8_isolate, "sources")) in WasmModuleSourceMap()
56 ->Get(context, v8::String::NewFromUtf8Literal(v8_isolate, "length")) in WasmModuleSourceMap()
78 ->Get(context, v8::String::NewFromUtf8Literal(v8_isolate, "mappings")) in WasmModuleSourceMap()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h417 static V8_WARN_UNUSED_RESULT Local<String> NewFromUtf8Literal( in NewFromUtf8Literal() function in v8::String
421 return NewFromUtf8Literal(isolate, literal, type, N - 1); in NewFromUtf8Literal()
565 static Local<v8::String> NewFromUtf8Literal(Isolate* isolate,
575 inline V8_WARN_UNUSED_RESULT Local<String> String::NewFromUtf8Literal( in NewFromUtf8Literal() function in v8::String
H A Dv8-isolate.h888 * errors in case of too long strings (see v8::String::NewFromUtf8Literal).
892 return ThrowError(String::NewFromUtf8Literal(this, message)); in ThrowError()
/third_party/node/deps/v8/include/
H A Dv8-primitive.h415 static V8_WARN_UNUSED_RESULT Local<String> NewFromUtf8Literal( in NewFromUtf8Literal() function in v8::String
419 return NewFromUtf8Literal(isolate, literal, type, N - 1); in NewFromUtf8Literal()
556 static Local<v8::String> NewFromUtf8Literal(Isolate* isolate,
566 inline V8_WARN_UNUSED_RESULT Local<String> String::NewFromUtf8Literal( in NewFromUtf8Literal() function in v8::String
H A Dv8-isolate.h888 * errors in case of too long strings (see v8::String::NewFromUtf8Literal).
892 return ThrowError(String::NewFromUtf8Literal(this, message)); in ThrowError()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc60 String::NewFromUtf8Literal(isolate_, "AsyncHook")); in AsyncHooks()
139 fn_obj->Get(currentContext, String::NewFromUtf8Literal(isolate, #name)) \ in CreateHook()
260 async_id, String::NewFromUtf8Literal(v8_isolate, "PROMISE"), in PromiseHookDispatch()
H A Dd8.cc1139 String::NewFromUtf8Literal(isolate, "default", in JSONModuleEvaluationSteps()
1241 ->Reject(context, v8::Exception::TypeError(String::NewFromUtf8Literal( in HostImportModuleDynamically()
1266 String::NewFromUtf8Literal(isolate, "url", NewStringType::kInternalized); in HostInitializeImportMetaObject()
1920 CreateScriptOrigin(isolate, String::NewFromUtf8Literal(isolate, "(d8)"), in RealmEval()
2331 Local<String> accumulator = String::NewFromUtf8Literal(isolate, ""); in ReadFromStdin()
2453 *source = String::NewFromUtf8Literal(isolate, "("); in FunctionAndArgumentsToString()
2455 Local<String> middle = String::NewFromUtf8Literal(isolate, ")("); in FunctionAndArgumentsToString()
2462 Local<String> comma = String::NewFromUtf8Literal(isolate, ","); in FunctionAndArgumentsToString()
2482 Local<String> suffix = String::NewFromUtf8Literal(isolate, ")"); in FunctionAndArgumentsToString()
2902 Local<String> name = String::NewFromUtf8Literal(isolat in Stringify()
[all...]
H A Dd8-test.cc719 String::NewFromUtf8Literal(info.GetIsolate(), "supports_fp_params"), in CreateFastCAPIObject()
941 String::NewFromUtf8Literal(isolate, "LeafInterfaceType")); in CreateLeafInterfaceTypeTemplate()
/third_party/node/test/addons/worker-addon/
H A Dbinding.cc45 context, String::NewFromUtf8Literal(isolate, "Object")) in Cleanup()
/third_party/node/test/addons/new-isolate-addon/
H A Dbinding.cc55 v8::String::NewFromUtf8Literal(setup->isolate(), "arg"), in RunInSeparateIsolate()
/third_party/node/test/cctest/
H A Dtest_environment.cc674 v8::String::NewFromUtf8Literal(isolate_, "mustCall"), in TEST_F()
700 v8::Local<v8::Value> queue_microtask_code = v8::String::NewFromUtf8Literal( in TEST_F()
/third_party/node/src/
H A Dnode_binding.cc699 String::NewFromUtf8Literal(env->isolate(), "exports"); in GetLinkedBinding()
/third_party/node/deps/v8/src/api/
H A Dapi.cc6867 Local<String> String::NewFromUtf8Literal(Isolate* isolate, const char* literal, in NewFromUtf8Literal() function in v8::OneByteMask::String
6872 API_RCS_SCOPE(i_isolate, String, NewFromUtf8Literal); in NewFromUtf8Literal()

Completed in 41 milliseconds