Home | History | Annotate | Download | only in API

Lines Matching refs:hasInstance

244 @abstract hasInstance The callback invoked when an object is used as the target of an 'instanceof' expression.
250 @discussion If you named your function HasInstance, you would declare it like this:
252 bool HasInstance(JSContextRef ctx, JSObjectRef constructor, JSValueRef possibleInstance, JSValueRef* exception);
258 Standard JavaScript practice calls for objects that implement the callAsConstructor callback to implement the hasInstance callback as well.
327 @field hasInstance The callback invoked when an object is used as the target of an 'instanceof' expression.
362 JSObjectHasInstanceCallback hasInstance;