HomeSort by relevance Sort by last modified time
    Searched refs:booleanPrototype (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
BooleanConstructor.cpp 24 #include "BooleanPrototype.h"
31 BooleanConstructor::BooleanConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, BooleanPrototype* booleanPrototype)
32 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, booleanPrototype->classInfo()->className))
34 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, booleanPrototype, DontEnum | DontDelete | ReadOnly);
JSValue.cpp 27 #include "BooleanPrototype.h"
102 return exec->lexicalGlobalObject()->booleanPrototype();
JSGlobalObject.h 39 class BooleanPrototype;
84 WriteBarrier<BooleanPrototype> m_booleanPrototype;
189 BooleanPrototype* booleanPrototype() const { return m_booleanPrototype.get(); }

Completed in 2336 milliseconds