Changeset 36417 in webkit for trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
- Timestamp:
- Sep 14, 2008, 7:13:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
r36263 r36417 284 284 285 285 template <class Base> 286 bool JSCallbackObject<Base>::hasInstance(ExecState *exec, JSValue *value)286 bool JSCallbackObject<Base>::hasInstance(ExecState* exec, JSValue* value, JSValue*) 287 287 { 288 288 JSContextRef execRef = toRef(exec);
Note:
See TracChangeset
for help on using the changeset viewer.