예제 #1
0
 private void EnterCompartment()
 {
     _oldCompartment = SpiderMonkey.JS_RequestEnterCompartment(_cx, _obj.JSObject);
 }