Home
last modified time | relevance | path

Searched refs:raw_native_context (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Disolate-inl.h31 NativeContext Isolate::raw_native_context() { in raw_native_context() function in v8::internal::Isolate
170 return Handle<type>(raw_native_context().name(), this); \
173 return raw_native_context().is_##name(value); \
H A Disolate.h1049 inline NativeContext raw_native_context();
H A Disolate.cc1917 raw_native_context().set_array_join_stack( in ThrowInternal()
/third_party/node/deps/v8/src/numbers/
H A Dmath-random.cc35 Address MathRandom::RefillCache(Isolate* isolate, Address raw_native_context) { in RefillCache() argument
36 Context native_context = Context::cast(Object(raw_native_context)); in RefillCache()
H A Dmath-random.h22 static Address RefillCache(Isolate* isolate, Address raw_native_context);
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc389 return fun.native_context() == isolate->raw_native_context(); in IsSimpleInstantiation()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2642 NativeContext native_context = isolate()->raw_native_context(); in NewJSArrayWithUnverifiedElements()
2702 NativeContext native_context = isolate()->raw_native_context(); in NewJSWeakMap()
H A Dheap.cc1989 RemoveDirtyFinalizationRegistriesOnContext(isolate()->raw_native_context()); in NotifyContextDisposed()
1990 isolate()->raw_native_context().set_retained_maps( in NotifyContextDisposed()
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc5403 isolate->raw_native_context().RunPromiseHook( in Fulfill()

Completed in 46 milliseconds