/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-sourcemap.cc | 37 ->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 D | v8-primitive.h | 417 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 D | v8-isolate.h | 888 * 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 D | v8-primitive.h | 415 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 D | v8-isolate.h | 888 * 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 D | async-hooks-wrapper.cc | 60 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 D | d8.cc | 1139 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 D | d8-test.cc | 719 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 D | binding.cc | 45 context, String::NewFromUtf8Literal(isolate, "Object")) in Cleanup()
|
/third_party/node/test/addons/new-isolate-addon/ |
H A D | binding.cc | 55 v8::String::NewFromUtf8Literal(setup->isolate(), "arg"), in RunInSeparateIsolate()
|
/third_party/node/test/cctest/ |
H A D | test_environment.cc | 674 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 D | node_binding.cc | 699 String::NewFromUtf8Literal(env->isolate(), "exports"); in GetLinkedBinding()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 6867 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()
|