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/
Disolate-inl.h31 NativeContext Isolate::raw_native_context() { in raw_native_context() function
170 return Handle<type>(raw_native_context().name(), this); \
173 return raw_native_context().is_##name(value); \
Disolate.h1049 inline NativeContext raw_native_context();
Disolate.cc1917 raw_native_context().set_array_join_stack( in ThrowInternal()
/third_party/node/deps/v8/src/numbers/
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()
Dmath-random.h22 static Address RefillCache(Isolate* isolate, Address raw_native_context);
/third_party/node/deps/v8/src/api/
Dapi-natives.cc389 return fun.native_context() == isolate->raw_native_context(); in IsSimpleInstantiation()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2642 NativeContext native_context = isolate()->raw_native_context(); in NewJSArrayWithUnverifiedElements()
2702 NativeContext native_context = isolate()->raw_native_context(); in NewJSWeakMap()
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/
Dobjects.cc5403 isolate->raw_native_context().RunPromiseHook( in Fulfill()