Lines Matching full:want
406 @discussion The default object class does not allocate storage for private data, so you must provide a non-NULL jsClass to JSObjectMake if you want your object to be able to store private data.
491 @discussion Use this method when you want to execute a script repeatedly, to avoid the cost of re-parsing the script before each execution.
499 @param object A JSObject whose prototype you want to get.
508 @param object The JSObject whose prototype you want to set.
526 @param object The JSObject whose property you want to get.
537 @param object The JSObject whose property you want to set.
549 @param object The JSObject whose property you want to delete.
560 @param object The JSObject whose property you want to get.
572 @param object The JSObject whose property you want to set.
583 @param object A JSObject whose private data you want to get.
591 @param object The JSObject whose private data you want to set.
645 @param object The object whose property names you want to get.