menu
js_interpreter package
documentation
js_interpreter.dart
JSObject
getInternalSlot method
getInternalSlot method
dark_mode
light_mode
getInternalSlot
method
dynamic
getInternalSlot
(
String
name
)
Get an internal slot value
Implementation
dynamic getInternalSlot(String name) { return _internalSlots[name]; }
js_interpreter package
documentation
js_interpreter
JSObject
getInternalSlot method
JSObject class