Home
last modified time | relevance | path

Searched refs:global_string (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc364 Handle<String> global_string = factory->InternalizeUtf8String("global"); in GetImports() local
423 import_kind = global_string; in GetImports()
464 Handle<String> global_string = factory->InternalizeUtf8String("global"); in GetExports() local
521 export_kind = global_string; in GetExports()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h254 V(_, global_string, "global") \
Dbootstrapper.cc2508 SimpleInstallGetter(isolate_, prototype, factory->global_string(), in InitializeGlobal()
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1834 JSReceiver::GetProperty(isolate, recv, factory->global_string())); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Djs-objects.cc546 if (IsJSGlobalProxy()) return roots.global_string(); in class_name()