Module: "context/context"

Functions

readFirst

▸ readFirst(obj: Scope): any

Defined in src/context/context.ts:109

Parameters:

Name Type
obj Scope

Returns: any


readJSProperty

▸ readJSProperty(obj: Scope, key: string, ownPropertyOnly: boolean): any

Defined in src/context/context.ts:104

Parameters:

Name Type
obj Scope
key string
ownPropertyOnly boolean

Returns: any


readLast

▸ readLast(obj: Scope): any

Defined in src/context/context.ts:114

Parameters:

Name Type
obj Scope

Returns: any


readProperty

▸ readProperty(obj: Scope, key: string, ownPropertyOnly: boolean): any

Defined in src/context/context.ts:90

Parameters:

Name Type
obj Scope
key string
ownPropertyOnly boolean

Returns: any


readSize

▸ readSize(obj: Scope): any

Defined in src/context/context.ts:119

Parameters:

Name Type
obj Scope

Returns: any