| AddExport(string key, BadObject value) | BadScript2.Runtime.BadScope | |
| AddFinalizer(Action finalizer) | BadScript2.Runtime.BadScope | |
| AddSingleton< T >(T instance) | BadScript2.Runtime.BadScope | |
| Attributes | BadScript2.Runtime.BadScope | |
| BadScope(string name, BadInteropExtensionProvider provider, BadScope? caller=null, BadScopeFlags flags=BadScopeFlags.RootScope) | BadScript2.Runtime.BadScope | |
| BadScope(string name, BadInteropExtensionProvider provider, BadTable locals, BadScope? caller=null, BadScopeFlags flags=BadScopeFlags.RootScope) | BadScript2.Runtime.BadScope | |
| BadScope(BadScope parent, BadScope? caller, string name, BadScopeFlags flags=BadScopeFlags.RootScope, bool useVisibility=false) | BadScript2.Runtime.BadScope | private |
| CanWrap(object? o) | BadScript2.Runtime.Objects.BadObject | static |
| ClassObject | BadScript2.Runtime.BadScope | |
| ClearCaptures(BadScopeFlags flags) | BadScript2.Runtime.BadScope | privatestatic |
| CountInStackTrace | BadScript2.Runtime.BadScope | private |
| CreateChild(string name, BadScope? caller, bool? useVisibility, BadScopeFlags flags=BadScopeFlags.RootScope) | BadScript2.Runtime.BadScope | |
| CreateScope(BadExecutionContext ctx, string name, BadTable? locals=null) | BadScript2.Runtime.BadScope | privatestatic |
| DefineProperty(string name, BadClassPrototype type, BadExpression getAccessor, BadExpression? setAccessor, BadExecutionContext caller, BadObject[] attributes) | BadScript2.Runtime.BadScope | |
| DefineVariable(string name, BadObject value, BadScope? caller=null, BadPropertyInfo? info=null, BadObject[]? attributes=null) | BadScript2.Runtime.BadScope | |
| Dispose() | BadScript2.Runtime.BadScope | |
| False | BadScript2.Runtime.Objects.BadObject | static |
| Flags | BadScript2.Runtime.BadScope | |
| FunctionObject | BadScript2.Runtime.BadScope | |
| GetExports() | BadScript2.Runtime.BadScope | |
| GetFirstTracableOrRoot() | BadScript2.Runtime.BadScope | |
| GetMemberInfos() | BadScript2.Runtime.BadScope | |
| GetProperty(string propName, BadScope? caller=null) | BadScript2.Runtime.BadScope | virtual |
| GetPropertyVisibility(string propName) | BadScript2.Runtime.BadScope | static |
| GetPrototype() | BadScript2.Runtime.BadScope | |
| GetRootScope() | BadScript2.Runtime.BadScope | |
| GetSingleton< T >() | BadScript2.Runtime.BadScope | |
| GetSingleton< T >(bool createNew) | BadScript2.Runtime.BadScope | |
| GetStackTrace() | BadScript2.Runtime.BadScope | |
| GetStackTrace(BadScope scope) | BadScript2.Runtime.BadScope | privatestatic |
| GetStackTraceEnumerable(BadScope scope) | BadScript2.Runtime.BadScope | privatestatic |
| GetStackTraceEnumerable() | BadScript2.Runtime.BadScope | |
| GetTable() | BadScript2.Runtime.BadScope | |
| GetVariable(string name, BadScope caller) | BadScript2.Runtime.BadScope | |
| GetVariable(string name) | BadScript2.Runtime.BadScope | |
| GetVariableInfo(string name) | BadScript2.Runtime.BadScope | |
| HasLocal(string name, BadScope caller, bool useExtensions=true) | BadScript2.Runtime.BadScope | |
| HasProperty(string propName, BadScope? caller=null) | BadScript2.Runtime.BadScope | virtual |
| HasVariable(string name, BadScope caller) | BadScript2.Runtime.BadScope | |
| InitializeAttributes() | BadScript2.Runtime.BadScope | package |
| IsBreak | BadScript2.Runtime.BadScope | |
| IsContinue | BadScript2.Runtime.BadScope | |
| IsVisibleParentOf(BadScope scope) | BadScript2.Runtime.BadScope | |
| m_Attributes | BadScript2.Runtime.BadScope | private |
| m_Caller | BadScript2.Runtime.BadScope | private |
| m_Exports | BadScript2.Runtime.BadScope | private |
| m_Finalizers | BadScript2.Runtime.BadScope | private |
| m_IsDisposed | BadScript2.Runtime.BadScope | private |
| m_Provider | BadScript2.Runtime.BadScope | private |
| m_RegisteredApis | BadScript2.Runtime.BadScope | private |
| m_ScopeVariables | BadScript2.Runtime.BadScope | private |
| m_SingletonCache | BadScript2.Runtime.BadScope | private |
| m_UseVisibility | BadScript2.Runtime.BadScope | private |
| Name | BadScript2.Runtime.BadScope | |
| Null | BadScript2.Runtime.Objects.BadObject | static |
| OnChange(string name, BadObject oldValue, BadObject newValue) | BadScript2.Runtime.BadScope | package |
| OnChanged(string name, BadObject oldValue, BadObject newValue) | BadScript2.Runtime.BadScope | package |
| operator BadObject(bool b) | BadScript2.Runtime.Objects.BadObject | static |
| operator BadObject(BadNullable< bool > b) | BadScript2.Runtime.Objects.BadObject | static |
| operator BadObject(DateTimeOffset d) | BadScript2.Runtime.Objects.BadObject | static |
| operator BadObject(TimeSpan t) | BadScript2.Runtime.Objects.BadObject | static |
| operator BadObject(decimal d) | BadScript2.Runtime.Objects.BadObject | static |
| operator BadObject(BadNullable< decimal > b) | BadScript2.Runtime.Objects.BadObject | static |
| operator BadObject(string s) | BadScript2.Runtime.Objects.BadObject | static |
| operator BadObject(BadNullable< string > b) | BadScript2.Runtime.Objects.BadObject | static |
| Parent | BadScript2.Runtime.BadScope | |
| Prototype | BadScript2.Runtime.BadScope | static |
| Provider | BadScript2.Runtime.BadScope | |
| RegisteredApis | BadScript2.Runtime.BadScope | |
| ReturnValue | BadScript2.Runtime.BadScope | |
| s_Prototype | BadScript2.Runtime.Objects.BadObject | privatestatic |
| s_StringCache | BadScript2.Runtime.Objects.BadObject | privatestatic |
| SetBreak() | BadScript2.Runtime.BadScope | |
| SetCaller(BadScope? caller) | BadScript2.Runtime.BadScope | |
| SetContinue() | BadScript2.Runtime.BadScope | |
| SetExports(BadExecutionContext ctx, BadObject exports) | BadScript2.Runtime.BadScope | |
| SetFlags(BadScopeFlags flags) | BadScript2.Runtime.BadScope | |
| SetRegisteredApi(string api) | BadScript2.Runtime.BadScope | package |
| SetReturnValue(BadObject? value) | BadScript2.Runtime.BadScope | |
| ToSafeString(List< BadObject > done) | BadScript2.Runtime.BadScope | |
| ToString() | BadScript2.Runtime.Objects.BadObject | |
| True | BadScript2.Runtime.Objects.BadObject | static |
| Wrap< T >(T obj, bool allowNative=true) | BadScript2.Runtime.Objects.BadObject | static |