| /third_party/node/src/ |
| H A D | node_object_wrap.h | 63 inline v8::Local<v8::Object> handle(v8::Isolate* isolate) { in handle() argument
|
| H A D | node_process_events.cc | 24 Isolate* isolate = env->isolate(); in ProcessEmit() local
|
| /third_party/node/test/addons/async-hello-world/ |
| H A D | binding.cc | 9 v8::Isolate* isolate; member 24 v8::Isolate* isolate = req->isolate; in AfterAsync() local 62 v8::Isolate* isolate = args.GetIsolate(); Method() local [all...] |
| /third_party/node/test/addons/async-cleanup-hook/ |
| H A D | binding.cc | 11 v8::Isolate* isolate; member
|
| /third_party/node/test/addons/openssl-binding/ |
| H A D | binding.cc | 41 auto isolate = context->GetIsolate(); in Initialize() local
|
| /third_party/node/test/addons/zlib-binding/ |
| H A D | binding.cc | 47 auto isolate = context->GetIsolate(); in Initialize() local
|
| /third_party/node/test/cctest/ |
| H A D | test_platform.cc | 67 auto isolate = v8::Isolate::Allocate(); in TEST_F() local 12 RepostingTask(int repost_count, int* run_count, v8::Isolate* isolate, node::NodePlatform* platform) RepostingTask() argument [all...] |
| /third_party/node/deps/v8/src/common/ |
| H A D | ptr-compr-inl.h | 17 PtrComprCageBase::PtrComprCageBase(const Isolate* isolate) in PtrComprCageBase() argument 19 PtrComprCageBase::PtrComprCageBase(const LocalIsolate* isolate) in PtrComprCageBase() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-inlining.h | 57 Isolate* isolate() const { return jsgraph_->isolate(); } in isolate() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | pending-optimization-table.cc | 24 PreparedForOptimization( Isolate* isolate, Handle<JSFunction> function, bool allow_heuristic_optimization) PreparedForOptimization() argument 53 IsHeuristicOptimizationAllowed( Isolate* isolate, JSFunction function) IsHeuristicOptimizationAllowed() argument 74 MarkedForOptimization( Isolate* isolate, Handle<JSFunction> function) MarkedForOptimization() argument 107 FunctionWasOptimized( Isolate* isolate, Handle<JSFunction> function) FunctionWasOptimized() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-bigint.cc | 78 ThisBigIntValue(Isolate* isolate, Handle<Object> value, const char* caller) ThisBigIntValue() argument 98 BigIntToStringImpl(Handle<Object> receiver, Handle<Object> radix, Isolate* isolate, const char* builtin_name) BigIntToStringImpl() argument [all...] |
| H A D | constants-table-builder.cc | 15 BuiltinsConstantsTableBuilder::BuiltinsConstantsTableBuilder(Isolate* isolate) in BuiltinsConstantsTableBuilder() argument 58 void CheckPreconditionsForPatching(Isolate* isolate, in CheckPreconditionsForPatching() argument
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-embedder-heap.h | 208 v8::Isolate* isolate() const { return isolate_; } in isolate() function in v8::EmbedderHeapTracer
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | local-isolate.cc | 17 LocalIsolate::LocalIsolate(Isolate* isolate, ThreadKind kind) in LocalIsolate() argument [all...] |
| H A D | interrupts-scope.h | 50 PostponeInterruptsScope(Isolate* isolate, in PostponeInterruptsScope() argument 62 SafeForInterruptsScope(Isolate* isolate, in SafeForInterruptsScope() argument
|
| /third_party/node/deps/v8/src/extensions/ |
| H A D | externalize-string-extension.cc | 47 GetNativeFunctionTemplate( v8::Isolate* isolate, v8::Local<v8::String> str) GetNativeFunctionTemplate() argument
|
| /third_party/node/deps/v8/src/handles/ |
| H A D | maybe-handles-inl.h | 17 MaybeHandle<T>::MaybeHandle(T object, Isolate* isolate) in MaybeHandle() argument 24 MaybeObjectHandle::MaybeObjectHandle(MaybeObject object, Isolate* isolate) { in MaybeObjectHandle() argument 52 MaybeObjectHandle::MaybeObjectHandle(Object object, Isolate* isolate) in MaybeObjectHandle() argument 73 MaybeObjectHandle MaybeObjectHandle::Weak(Object object, Isolate* isolate) { in Weak() argument 60 MaybeObjectHandle(Object object, HeapObjectReferenceType reference_type, Isolate* isolate) MaybeObjectHandle() argument 106 handle(MaybeObject object, Isolate* isolate) handle() argument [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-regex.cc | 23 v8::Isolate* isolate = m_inspector->isolate(); in V8Regex() local [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | collection-barrier.cc | 113 Isolate* isolate = heap_->isolate(); in ActivateStackGuardAndPostTask() local
|
| H A D | local-factory.h | 59 LocalIsolate* isolate() { in isolate() function in v8::internal::LocalFactory
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | allocation-site-scopes.h | 20 explicit AllocationSiteContext(Isolate* isolate) { isolate_ = isolate; } in AllocationSiteContext() argument 27 Isolate* isolate() { return isolate_; } in isolate() function in v8::internal::AllocationSiteContext 44 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, in AllocationSiteUsageContext() argument
|
| H A D | field-type.cc | 22 Handle<FieldType> FieldType::None(Isolate* isolate) { in None() argument 27 Handle<FieldType> FieldType::Any(Isolate* isolate) { in Any() argument 35 Handle<FieldType> FieldType::Class(Handle<Map> map, Isolate* isolate) { in Class() argument
|
| H A D | prototype-inl.h | 17 PrototypeIterator::PrototypeIterator(Isolate* isolate, in PrototypeIterator() argument 30 PrototypeIterator::PrototypeIterator(Isolate* isolate, JSReceiver receiver, in PrototypeIterator() argument 41 PrototypeIterator::PrototypeIterator(Isolate* isolate, Map receiver_map, in PrototypeIterator() argument 55 PrototypeIterator::PrototypeIterator(Isolate* isolate, Handle<Map> receiver_map, in PrototypeIterator() argument
|
| H A D | prototype.h | 74 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::PrototypeIterator
|
| H A D | templates.h | 148 GetOrCreateSharedFunctionInfo( LocalIsolate* isolate, Handle<FunctionTemplateInfo> info, Handle<Name> maybe_name) GetOrCreateSharedFunctionInfo() argument
|