Searched refs:createError (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DExceptionHelpers.cpp123 JSObject* createError(ExecState* exec, ErrorFactory errorFactory, JSValue value, const String& message) function in namespace:JSC
134 return createError(exec, createTypeError, value, makeString("is not a valid argument for '", op, "'"));
139 return createError(exec, createTypeError, value, "is not a constructor");
144 return createError(exec, createTypeError, value, "is not a function");
149 return createError(exec, createTypeError, value, "is not an object");
159 return createError(globalObject, ASCIILiteral("Out of memory"));
H A DError.cpp47 JSObject* createError(JSGlobalObject* globalObject, const String& message) function in namespace:JSC
94 JSObject* createError(ExecState* exec, const String& message) function in namespace:JSC
96 return createError(exec->lexicalGlobalObject(), message);
H A DExceptionHelpers.h41 JS_EXPORT_PRIVATE JSObject* createError(ExecState*, ErrorFactory, JSValue, const String&);
H A DError.h41 JSObject* createError(JSGlobalObject*, const String&);
50 JS_EXPORT_PRIVATE JSObject* createError(ExecState*, const String&);
H A DJSONObject.cpp787 return throwVMError(exec, createError(exec, ASCIILiteral("JSON.parse requires at least one parameter")));
821 return throwVMError(exec, createError(exec, ASCIILiteral("No input to stringify")));
H A DJSGlobalObjectFunctions.cpp805 exec->vm().throwException(exec, createError(exec, "cyclic __proto__ value"));
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.c122 createError(CFErrorRef *error, CFIndex errorcode, CFStringRef fmt, ...)
126 createError(CFErrorRef *error, CFIndex errorcode, CFStringRef fmt, ...) function
297 createError(error, 1, CFSTR("can't map user record to UserAuthenticationRecord"));
420 createError(error, ENOMEM, CFSTR("out of memory"));
473 createError(error, 1, CFSTR("out of memory"));
542 createError(error, 1, CFSTR("failed to parse input flags"));
553 createError(error, ENOMEM, CFSTR("out of memory"));
617 createError(error, 1, CFSTR("failed to parse input flags"));
675 createError(error, ENOMEM, CFSTR("out of memory"));
739 createError(erro
[all...]
/macosx-10.10/WebCore-7600.1.25/bridge/c/
H A Dc_instance.cpp75 exec->vm().throwException(exec, createError(exec, globalExceptionString()));
186 exec->vm().throwException(exec, createError(exec, ASCIILiteral("Error calling method on NPObject.")));
221 exec->vm().throwException(exec, createError(exec, ASCIILiteral("Error calling method on NPObject.")));
260 exec->vm().throwException(exec, createError(exec, ASCIILiteral("Error calling method on NPObject.")));
330 exec->vm().throwException(exec, createError(exec, ASCIILiteral("Error calling method on NPObject.")));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp141 exec->vm().throwException(exec, createError(exec, "Error calling method on NPObject."));
181 exec->vm().throwException(exec, createError(exec, "Error calling method on NPObject."));
217 exec->vm().throwException(exec, createError(exec, "Error calling method on NPObject."));
H A DNPRuntimeObjectMap.cpp283 exec->vm().throwException(exec, createError(exec, globalExceptionString()));
/macosx-10.10/WebCore-7600.1.25/bridge/objc/
H A Dobjc_runtime.mm168 exec->vm().throwException(exec, createError(exec, "Objective-C exception."));
181 return exec->vm().throwException(exec, createError(exec, "Objective-C exception."));
H A Dobjc_utility.mm316 JSObject *error = exec->vm().throwException(exec, JSC::createError(exec, String(message)));
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DWorkerScriptController.cpp150 *exception = Deprecated::ScriptValue(*m_vm, exec->vm().throwException(exec, createError(exec, errorMessage.impl())));
H A DJSCryptoAlgorithmDictionary.cpp143 exec->vm().throwException(exec, createError(exec, "AES-CBC initialization data must be 16 bytes"));
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Djsc.cpp858 return JSValue::encode(exec->vm().throwException(exec, createError(exec, "Could not open file.")));
887 return JSValue::encode(exec->vm().throwException(exec, createError(exec, "Could not open file.")));
903 return JSValue::encode(exec->vm().throwException(exec, createError(exec, "Could not open file.")));
913 return JSValue::encode(exec->vm().throwException(exec, createError(exec, "Could not open file.")));
1000 return JSValue::encode(exec->vm().throwException(exec, createError(exec, "Not enough arguments")));
1004 return JSValue::encode(exec->vm().throwException(exec, createError(exec, "Expected an array buffer")));
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextWind.c922 createError:
933 goto createError;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkTextWind.c786 createError:
796 goto createError;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/
H A Dcustom.mm1181 CFErrorRef createError;
1186 .createError = NULL,
1187 .transform = SecSignTransformCreate(NULL, &(test_cases[0].createError))
1191 .createError = NULL,
1192 .transform = SecVerifyTransformCreate(NULL, (CFDataRef)data, &(test_cases[1].createError))
1198 STAssertNil((id)test->createError, @"Testing %@, unexpected error: %@", test->name, test->createError);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm1682 exec->vm().throwException(exec, createError(exec, globalExceptionString()));
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp1826 exec, createError(exec->lexicalGlobalObject(), ASCIILiteral("Exception Fuzz")));

Completed in 321 milliseconds