Searched refs:jsPrototype (Results 1 – 1 of 1) sorted by relevance
108 JSValue jsPrototype = jsClass ? jsClass->prototype(exec) : 0; in JSObjectMakeConstructor() local109 if (!jsPrototype) in JSObjectMakeConstructor()110 jsPrototype = exec->lexicalGlobalObject()->objectPrototype(); in JSObjectMakeConstructor()113 …constructor->putDirect(exec->propertyNames().prototype, jsPrototype, DontEnum | DontDelete | ReadO… in JSObjectMakeConstructor()