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

  /external/webkit/Source/JavaScriptCore/runtime/
RegExpConstructor.h 99 JSObject* constructRegExp(ExecState*, JSGlobalObject*, const ArgList&);
RegExpConstructor.cpp 296 JSObject* constructRegExp(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args)
329 return JSValue::encode(constructRegExp(exec, asInternalFunction(exec->callee())->globalObject(), args));
342 return JSValue::encode(constructRegExp(exec, asInternalFunction(exec->callee())->globalObject(), args));
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp 210 JSObject* result = constructRegExp(exec, exec->lexicalGlobalObject(), argList);

Completed in 80 milliseconds