Searched refs:selectionObject (Results 1 – 1 of 1) sorted by relevance
391 JSRef<JSObject> selectionObject = JSRef<JSObject>::New(); in CreateJSSelection() local401 selectionObject->SetPropertyObject("selection", selectionArray); in CreateJSSelection()402 selectionObject->SetPropertyObject("spans", spanObjectArray); in CreateJSSelection()403 return JSRef<JSVal>::Cast(selectionObject); in CreateJSSelection()1799 JSRef<JSObject> selectionObject = JSRef<JSObject>::New(); in CreateJSSpansInfo() local