Searched refs:protoDefinition (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.cpp151 JSClassDefinition protoDefinition = kJSClassDefinitionEmpty; local
152 protoDefinition.finalize = 0;
153 swap(definition.staticFunctions, protoDefinition.staticFunctions); // Move static functions to the prototype.
157 RefPtr<OpaqueJSClass> protoClass = adoptRef(new OpaqueJSClass(&protoDefinition, 0));

Completed in 57 milliseconds