BadScript 2
Loading...
Searching...
No Matches
BadScript2.Runtime.BadScope Member List

This is the complete list of members for BadScript2.Runtime.BadScope, including all inherited members.

AddExport(string key, BadObject value)BadScript2.Runtime.BadScope
AddFinalizer(Action finalizer)BadScript2.Runtime.BadScope
AddSingleton< T >(T instance)BadScript2.Runtime.BadScope
AttributesBadScript2.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.BadScopeprivate
CanWrap(object? o)BadScript2.Runtime.Objects.BadObjectstatic
ClassObjectBadScript2.Runtime.BadScope
ClearCaptures(BadScopeFlags flags)BadScript2.Runtime.BadScopeprivatestatic
CountInStackTraceBadScript2.Runtime.BadScopeprivate
CreateChild(string name, BadScope? caller, bool? useVisibility, BadScopeFlags flags=BadScopeFlags.RootScope)BadScript2.Runtime.BadScope
CreateScope(BadExecutionContext ctx, string name, BadTable? locals=null)BadScript2.Runtime.BadScopeprivatestatic
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
FalseBadScript2.Runtime.Objects.BadObjectstatic
FlagsBadScript2.Runtime.BadScope
FunctionObjectBadScript2.Runtime.BadScope
GetExports()BadScript2.Runtime.BadScope
GetMemberInfos()BadScript2.Runtime.BadScope
GetProperty(string propName, BadScope? caller=null)BadScript2.Runtime.BadScopevirtual
GetPropertyVisibility(string propName)BadScript2.Runtime.BadScopestatic
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.BadScopeprivatestatic
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.BadScopevirtual
HasVariable(string name, BadScope caller)BadScript2.Runtime.BadScope
InitializeAttributes()BadScript2.Runtime.BadScopepackage
IsBreakBadScript2.Runtime.BadScope
IsContinueBadScript2.Runtime.BadScope
IsVisibleParentOf(BadScope scope)BadScript2.Runtime.BadScope
m_AttributesBadScript2.Runtime.BadScopeprivate
m_CallerBadScript2.Runtime.BadScopeprivate
m_ExportsBadScript2.Runtime.BadScopeprivate
m_FinalizersBadScript2.Runtime.BadScopeprivate
m_IsDisposedBadScript2.Runtime.BadScopeprivate
m_ProviderBadScript2.Runtime.BadScopeprivate
m_RegisteredApisBadScript2.Runtime.BadScopeprivate
m_ScopeVariablesBadScript2.Runtime.BadScopeprivate
m_SingletonCacheBadScript2.Runtime.BadScopeprivate
m_UseVisibilityBadScript2.Runtime.BadScopeprivate
NameBadScript2.Runtime.BadScope
NullBadScript2.Runtime.Objects.BadObjectstatic
OnChange(string name, BadObject oldValue, BadObject newValue)BadScript2.Runtime.BadScopepackage
OnChanged(string name, BadObject oldValue, BadObject newValue)BadScript2.Runtime.BadScopepackage
operator BadObject(bool b)BadScript2.Runtime.Objects.BadObjectstatic
operator BadObject(BadNullable< bool > b)BadScript2.Runtime.Objects.BadObjectstatic
operator BadObject(decimal d)BadScript2.Runtime.Objects.BadObjectstatic
operator BadObject(BadNullable< decimal > b)BadScript2.Runtime.Objects.BadObjectstatic
operator BadObject(string s)BadScript2.Runtime.Objects.BadObjectstatic
operator BadObject(BadNullable< string > b)BadScript2.Runtime.Objects.BadObjectstatic
ParentBadScript2.Runtime.BadScope
PrototypeBadScript2.Runtime.BadScopestatic
ProviderBadScript2.Runtime.BadScope
RegisteredApisBadScript2.Runtime.BadScope
ReturnValueBadScript2.Runtime.BadScope
s_PrototypeBadScript2.Runtime.Objects.BadObjectprivatestatic
s_StringCacheBadScript2.Runtime.Objects.BadObjectprivatestatic
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.BadScopepackage
SetReturnValue(BadObject? value)BadScript2.Runtime.BadScope
ToSafeString(List< BadObject > done)BadScript2.Runtime.BadScope
ToString()BadScript2.Runtime.Objects.BadObject
TrueBadScript2.Runtime.Objects.BadObjectstatic
Wrap< T >(T obj, bool allowNative=true)BadScript2.Runtime.Objects.BadObjectstatic