Lines Matching defs:context
16 #include "include/v8-context.h"
735 // Access to top context (where the current function object was created).
736 Context context() const { return thread_local_top()->context_; }
737 inline void set_context(Context context);
748 void InstallConditionalFeatures(Handle<Context> context);
750 bool IsSharedArrayBufferConstructorEnabled(Handle<Context> context);
752 bool IsWasmSimdEnabled(Handle<Context> context);
753 bool AreWasmExceptionsEnabled(Handle<Context> context);
852 // Returns the global object of the current context. It could be
856 // Returns the global proxy object of the current context.
929 // Returns if the given context may access the given global object. If
1047 // Returns the current native context.
1466 // Returns true if array is the initial array prototype in any native context.
1661 void AddDetachedContext(Handle<Context> context);
1885 Handle<NativeContext> context);
2422 // SaveContext scopes save the current context on the Isolate on creation, and
2430 Handle<Context> context() { return context_; }
2432 // Returns true if this save context is below a given JavaScript frame.
2448 // A scope which sets the given isolate's context to null for its lifetime to
2449 // ensure that code does not make assumptions on a context being available.
2460 ~AssertNoContextChange() { DCHECK(isolate_->context() == *context_); }
2514 // This macro may be used in context that disallows JS execution.