Home
last modified time | relevance | path

Searched refs:jsPrototype (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/API/
DJSObjectRef.cpp108 JSValue jsPrototype = jsClass ? jsClass->prototype(exec) : 0; in JSObjectMakeConstructor() local
109 if (!jsPrototype) in JSObjectMakeConstructor()
110 jsPrototype = exec->lexicalGlobalObject()->objectPrototype(); in JSObjectMakeConstructor()
113 …constructor->putDirect(exec->propertyNames().prototype, jsPrototype, DontEnum | DontDelete | ReadO… in JSObjectMakeConstructor()