HomeSort by relevance Sort by last modified time
    Searched defs:objectConstructor (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 94 JSObjectRef objectConstructor
98 = const_cast<JSObjectRef>(JSObjectGetProperty(m_context, objectConstructor, propertyName.get(), &exception));
qscriptvalue_p.h     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 59 #include "ObjectConstructor.h"
216 JSCell* objectConstructor = new (exec) ObjectConstructor(exec, this, ObjectConstructor::createStructure(exec->globalData(), m_functionPrototype.get()), m_objectPrototype.get());
237 m_objectPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().constructor, objectConstructor, DontEnum);
251 putDirectFunctionWithoutTransition(exec->globalData(), Identifier(exec, "Object"), objectConstructor, DontEnum);
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 187 milliseconds