Changeset 37175 in webkit for trunk/JavaScriptCore/API/JSObjectRef.cpp
- Timestamp:
- Oct 1, 2008, 6:30:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.cpp
r36784 r37175 106 106 JSValue* jsPrototype = jsClass 107 107 ? jsClass->prototype(exec) 108 : exec-> dynamicGlobalObject()->objectPrototype();108 : exec->lexicalGlobalObject()->objectPrototype(); 109 109 110 110 JSCallbackConstructor* constructor = new (exec) JSCallbackConstructor(exec->lexicalGlobalObject()->callbackConstructorStructure(), jsClass, callAsConstructor);
Note:
See TracChangeset
for help on using the changeset viewer.