class Crjsc::JSObject
- Crjsc::JSObject
- Reference
- Object
Defined in:
crjsc/js_object.crConstructors
- .new(jctx : Crjsc::Context, o : ValueRef)
- .new(jctx : Crjsc::Context, j : Crjsc::LibJavaScriptCore::Objectref)
Instance Method Summary
- #[](name : Number | Float)
- #[](name)
- #[]=(name, value : LibJavaScriptCore::Valueref)
- #[]=(name, value)
- #to_js(ctx)
- #to_unsafe : Crjsc::LibJavaScriptCore::Objectref
- #to_value