struct Protocol::Runtime::InternalPropertyDescriptor

Overview

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Included Modules

Defined in:

protocol/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

Conventional property name.


[View source]
def value : RemoteObject | Nil #

The value associated with the property.


[View source]