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

  /external/webkit/Source/JavaScriptCore/runtime/
InternalFunction.h 61 InternalFunction* asInternalFunction(JSValue);
63 inline InternalFunction* asInternalFunction(JSValue value)
ErrorConstructor.cpp 45 Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure();
58 Structure* errorStructure = asInternalFunction(exec->callee())->globalObject()->errorStructure();
FunctionConstructor.cpp 52 return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(), args));
64 return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(), args));
ArrayConstructor.cpp 55 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject();
BooleanConstructor.cpp 43 BooleanObject* obj = new (exec) BooleanObject(exec->globalData(), asInternalFunction(exec->callee())->globalObject()->booleanObjectStructure());
NumberConstructor.cpp 107 NumberObject* object = new (exec) NumberObject(exec->globalData(), asInternalFunction(exec->callee())->globalObject()->numberObjectStructure());
StringConstructor.cpp 70 JSGlobalObject* globalObject = asInternalFunction(exec->callee())->globalObject();
RegExpConstructor.cpp 329 return JSValue::encode(constructRegExp(exec, asInternalFunction(exec->callee())->globalObject(), args));
342 return JSValue::encode(constructRegExp(exec, asInternalFunction(exec->callee())->globalObject(), args));
DateConstructor.cpp 130 return JSValue::encode(constructDate(exec, asInternalFunction(exec->callee())->globalObject(), args));
FunctionPrototype.cpp 99 InternalFunction* function = asInternalFunction(thisValue);
ObjectConstructor.cpp 109 return JSValue::encode(constructObject(exec, asInternalFunction(exec->callee())->globalObject(), args));
121 return JSValue::encode(constructObject(exec, asInternalFunction(exec->callee())->globalObject(), args));

Completed in 529 milliseconds