Home
last modified time | relevance | path

Searched defs:isolate (Results 101 - 125 of 749) sorted by relevance

12345678910>>...30

/third_party/node/src/
H A Dnode_object_wrap.h63 inline v8::Local<v8::Object> handle(v8::Isolate* isolate) { in handle() argument
H A Dnode_process_events.cc24 Isolate* isolate = env->isolate(); in ProcessEmit() local
/third_party/node/test/addons/async-hello-world/
H A Dbinding.cc9 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 Dbinding.cc11 v8::Isolate* isolate; member
/third_party/node/test/addons/openssl-binding/
H A Dbinding.cc41 auto isolate = context->GetIsolate(); in Initialize() local
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc47 auto isolate = context->GetIsolate(); in Initialize() local
/third_party/node/test/cctest/
H A Dtest_platform.cc67 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 Dptr-compr-inl.h17 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 Djs-inlining.h57 Isolate* isolate() const { return jsgraph_->isolate(); } in isolate() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/codegen/
H A Dpending-optimization-table.cc24 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 Dbuiltins-bigint.cc78 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 Dconstants-table-builder.cc15 BuiltinsConstantsTableBuilder::BuiltinsConstantsTableBuilder(Isolate* isolate) in BuiltinsConstantsTableBuilder() argument
58 void CheckPreconditionsForPatching(Isolate* isolate, in CheckPreconditionsForPatching() argument
/third_party/node/deps/v8/include/
H A Dv8-embedder-heap.h208 v8::Isolate* isolate() const { return isolate_; } in isolate() function in v8::EmbedderHeapTracer
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.cc17 LocalIsolate::LocalIsolate(Isolate* isolate, ThreadKind kind) in LocalIsolate() argument
[all...]
H A Dinterrupts-scope.h50 PostponeInterruptsScope(Isolate* isolate, in PostponeInterruptsScope() argument
62 SafeForInterruptsScope(Isolate* isolate, in SafeForInterruptsScope() argument
/third_party/node/deps/v8/src/extensions/
H A Dexternalize-string-extension.cc47 GetNativeFunctionTemplate( v8::Isolate* isolate, v8::Local<v8::String> str) GetNativeFunctionTemplate() argument
/third_party/node/deps/v8/src/handles/
H A Dmaybe-handles-inl.h17 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 Dv8-regex.cc23 v8::Isolate* isolate = m_inspector->isolate(); in V8Regex() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dcollection-barrier.cc113 Isolate* isolate = heap_->isolate(); in ActivateStackGuardAndPostTask() local
H A Dlocal-factory.h59 LocalIsolate* isolate() { in isolate() function in v8::internal::LocalFactory
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-scopes.h20 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 Dfield-type.cc22 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 Dprototype-inl.h17 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 Dprototype.h74 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::PrototypeIterator
H A Dtemplates.h148 GetOrCreateSharedFunctionInfo( LocalIsolate* isolate, Handle<FunctionTemplateInfo> info, Handle<Name> maybe_name) GetOrCreateSharedFunctionInfo() argument

Completed in 7 milliseconds

12345678910>>...30