import PropertyDescriptorAction from 'remote-context/lib/actions/PropertyDescriptorAction.js'PropertyDescriptorAction
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
fromPropertyDescriptor(session: *, descriptor: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
configurable: * |
|
| public |
enumerable: * |
|
| public |
get: * |
|
| public |
set: * |
|
| public |
value: * |
|
| public |
writable: * |
|
Method Summary
| Public Methods | ||
| public |
fetch(session: *): {"configurable": *, "enumerable": *, "get": *, "set": *} |
|
| public |
isAccessorDescriptor(): * |
|
| public |
isDataDescriptor(): * |
|
| public |
toArgumentsList(): * |
|
Inherited Summary
| From class Action | ||
| public |
Execute the action. |
|
| public |
Fetch the action value. |
|
| public |
Returns an arguments list for creating this instance remotely. |
|
| public |
Get a string that represent this class. |
|
Static Public Methods
public static fromPropertyDescriptor(session: *, descriptor: *): * source
Params:
| Name | Type | Attribute | Description |
| session | * | ||
| descriptor | * |
Return:
| * |
Public Constructors
public constructor() source
Public Members
public configurable: * source
public enumerable: * source
public get: * source
public set: * source
public value: * source
public writable: * source
Public Methods
public fetch(session: *): {"configurable": *, "enumerable": *, "get": *, "set": *} source
Fetch the action value.
Override:
Action#fetchParams:
| Name | Type | Attribute | Description |
| session | * |
Return:
| {"configurable": *, "enumerable": *, "get": *, "set": *} |
public toArgumentsList(): * source
Returns an arguments list for creating this instance remotely.
Override:
Action#toArgumentsListReturn:
| * |
