This is the complete list of members for v8::Context, including all inherited members.
| AllowCodeGenerationFromStrings(bool allow) | v8::Context | |
| DetachGlobal() | v8::Context | |
| EmbedderDataFields enum name | v8::Context | |
| Enter() | v8::Context | |
| EstimatedSize() | v8::Context | |
| Exit() | v8::Context | |
| FromSnapshot(Isolate *isolate, size_t context_snapshot_index, DeserializeInternalFieldsCallback embedder_fields_deserializer=DeserializeInternalFieldsCallback(), ExtensionConfiguration *extensions=nullptr, MaybeLocal< Value > global_object=MaybeLocal< Value >()) | v8::Context | static |
| Function | v8::Context | friend |
| GetAlignedPointerFromEmbedderData(int index) | v8::Context | inline |
| GetEmbedderData(int index) | v8::Context | inline |
| GetExtrasBindingObject() | v8::Context | |
| GetIsolate() | v8::Context | |
| GetSecurityToken() | v8::Context | |
| Global() | v8::Context | |
| IsCodeGenerationFromStringsAllowed() | v8::Context | |
| kDebugIdIndex enum value | v8::Context | |
| New(Isolate *isolate, ExtensionConfiguration *extensions=NULL, MaybeLocal< ObjectTemplate > global_template=MaybeLocal< ObjectTemplate >(), MaybeLocal< Value > global_object=MaybeLocal< Value >(), DeserializeInternalFieldsCallback internal_fields_deserializer=DeserializeInternalFieldsCallback()) | v8::Context | static |
| NewRemoteContext(Isolate *isolate, Local< ObjectTemplate > global_template, MaybeLocal< Value > global_object=MaybeLocal< Value >()) | v8::Context | static |
| Object | v8::Context | friend |
| Script | v8::Context | friend |
| SetAlignedPointerInEmbedderData(int index, void *value) | v8::Context | |
| SetEmbedderData(int index, Local< Value > value) | v8::Context | |
| SetErrorMessageForCodeGenerationFromStrings(Local< String > message) | v8::Context | |
| SetSecurityToken(Local< Value > token) | v8::Context | |
| UseDefaultSecurityToken() | v8::Context | |
| Value | v8::Context | friend |