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

  /external/webkit/Source/JavaScriptCore/runtime/
ConstructData.h 43 ConstructTypeNone,
JSZombie.h 50 virtual ConstructType getConstructData(ConstructData&) { ASSERT_NOT_REACHED(); return ConstructTypeNone; }
JSCell.cpp 114 return ConstructTypeNone;
JSCell.h 232 ConstructType result = value.isCell() ? value.asCell()->getConstructData(constructData) : ConstructTypeNone;
233 ASSERT(result == ConstructTypeNone || value.isValidCallee());
JSFunction.cpp 318 return ConstructTypeNone;
  /external/webkit/Source/WebCore/bridge/
runtime_object.cpp 287 return ConstructTypeNone;
291 return ConstructTypeNone;
NP_jsobject.cpp 511 if (constructType == ConstructTypeNone)
  /external/webkit/Source/WebCore/bindings/js/
ScriptFunctionCall.cpp 179 if (constructType == ConstructTypeNone)
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp 456 return jsObject->getConstructData(constructData) != ConstructTypeNone;
468 if (constructType == ConstructTypeNone)
JSCallbackObjectFunctions.h 304 return ConstructTypeNone;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 223 return ConstructTypeNone;
NPJSObject.cpp 263 if (constructType == ConstructTypeNone)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 102 milliseconds