Home
last modified time | relevance | path

Searched refs:source_string (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-script.h380 V8_INLINE Source(Local<String> source_string, const ScriptOrigin& origin,
385 Local<String> source_string, CachedData* cached_data = nullptr,
399 Local<String> source_string; variable
706 : source_string(string), in Source()
718 : source_string(string), in Source()
/third_party/node/src/
Dstream_pipe.cc89 if (!object->Get(env->context(), env->source_string()).ToLocal(&source_v) || in Unpipe()
95 if (object->Set(env->context(), env->source_string(), null).IsNothing() || in Unpipe()
253 if (obj->Set(env->context(), env->source_string(), source->GetObject()) in New()
Denv_properties.h280 V(source_string, "source") \
/third_party/python/Lib/test/
Dtest_tokenize.py20 def stringify_tokens_from_source(token_generator, source_string): argument
22 num_lines = len(source_string.splitlines())
23 missing_trailing_nl = source_string[-1] not in '\r\n'
/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp.cc35 isolate->factory()->source_string())); in BUILTIN()
Dbuiltins-regexp-gen.cc1242 GetProperty(context, pattern, isolate->factory()->source_string()); in TF_BUILTIN()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
Dreadme.txt30 strsrch [options*] -source source_string -pattern pattern_string
/third_party/icu/icu4c/source/samples/coll/
Dreadme.txt30 coll [options*] -source source_string -target target_string
/third_party/skia/third_party/externals/icu/source/samples/coll/
Dreadme.txt30 coll [options*] -source source_string -target target_string
/third_party/icu/icu4c/source/samples/strsrch/
Dreadme.txt30 strsrch [options*] -source source_string -pattern pattern_string
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc713 v8::Local<v8::String> source_string; in RunExtraCode() local
714 if (!v8::String::NewFromUtf8(isolate, utf8_source).ToLocal(&source_string)) { in RunExtraCode()
720 v8::ScriptCompiler::Source source(source_string, origin); in RunExtraCode()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc543 Handle<String> source_string = factory()->empty_string(); in ConstructSource() local
562 source_string->length(); in ConstructSource()
564 source_string, in ConstructSource()
567 if (!new_source_string.ToHandle(&source_string)) { in ConstructSource()
572 DiscoverString(source_string); in ConstructSource()
574 source_id_ = GetStringId(source_string, in_place); in ConstructSource()
/third_party/node/deps/v8/src/objects/
Djs-date-time-format.cc2046 isolate->factory()->source_string(), in FormatToParts()
2060 substring, isolate->factory()->source_string(), in FormatToParts()
2077 isolate->factory()->source_string(), in FormatToParts()
2121 isolate->factory()->source_string(), in AddPartForFormatRange()
Djs-number-format.cc1908 isolate->factory()->source_string(), in ConstructParts()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h393 V(_, source_string, "source") \
Dbootstrapper.cc2516 SimpleInstallGetter(isolate_, prototype, factory->source_string(), in InitializeGlobal()
/third_party/node/deps/v8/src/logging/
Dlog.cc486 Handle<String> source_string = in CodeCreateEvent() local
494 code_event.script_name = source_string; in CodeCreateEvent()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1596 std::unique_ptr<char[]> source_string = source.ToCString( in PrintSourceCode() local
1598 os << source_string.get(); in PrintSourceCode()
/third_party/node/deps/v8/src/api/
Dapi.cc2497 i::Handle<i::String> str = Utils::OpenHandle(*(source->source_string)); in CompileUnboundInternal()
2668 Utils::OpenHandle(*source->source_string), arguments_list, context, in CompileFunctionInternal()