Home
last modified time | relevance | path

Searched defs:thrower (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/wasm/
Dwasm-js.cc39 v8::Local<v8::Value> source, ErrorThrower* thrower) { in GetRawBufferSource()
78 ErrorThrower thrower(isolate, "Wasm.verifyModule()"); in VerifyModule() local
102 ErrorThrower thrower(isolate, "Wasm.verifyFunction()"); in VerifyFunction() local
128 i::ParseInfo* info, ErrorThrower* thrower, in TranslateAsmModule()
165 const byte* end, ErrorThrower* thrower, in InstantiateModuleCommon()
208 ErrorThrower thrower(isolate, "Wasm.instantiateModuleFromAsm()"); in InstantiateModuleFromAsm() local
280 ErrorThrower thrower(isolate, "Wasm.instantiateModule()"); in InstantiateModule() local
295 ErrorThrower* thrower) { in CreateModuleObject()
318 ErrorThrower thrower(reinterpret_cast<i::Isolate*>(isolate), in WebAssemblyCompile() local
341 ErrorThrower thrower(reinterpret_cast<i::Isolate*>(isolate), in WebAssemblyModule() local
[all …]
Dwasm-module.cc216 bool AllocateMemory(ErrorThrower* thrower, Isolate* isolate, in AllocateMemory()
237 bool AllocateGlobals(ErrorThrower* thrower, Isolate* isolate, in AllocateGlobals()
354 static MaybeHandle<JSFunction> ReportFFIError(ErrorThrower& thrower, in ReportFFIError()
371 ErrorThrower& thrower, Factory* factory, Handle<JSReceiver> ffi, in LookupFunction()
498 WasmModuleInstance* instance, ErrorThrower* thrower, Factory* factory) { in CompileWrappersToImportedFunctions()
523 ModuleEnv& module_env, ErrorThrower& thrower) { in InitializeParallelCompilation()
586 ErrorThrower* thrower, ModuleEnv* module_env) { in CompileInParallel()
650 ErrorThrower* thrower, ModuleEnv* module_env) { in CompileSequentially()
706 ErrorThrower thrower(isolate, "WasmModule::CompileFunctions()"); in CompileFunctions() local
770 ErrorThrower thrower(isolate, "WasmModule::Instantiate()"); in Instantiate() local
[all …]
/external/v8/test/mjsunit/regress/
Dregress-crbug-465298.js9 var foreign = { thrower: thrower, debugme: debugme } property
27 function thrower() { throw "boom"; } function
Dregress-crbug-612142.js5 var thrower = {[Symbol.toPrimitive]: function(e) { throw e }}; variable
Dregress-2410.js35 var obj = { thrower: 'local' }; property
Dregress-string-from-char-code-tonumber.js7 var thrower = { [Symbol.toPrimitive]: function() { FAIL } }; variable
Dregress-4815.js5 var thrower = { [Symbol.toPrimitive]: () => FAIL }; variable
/external/clang/test/CodeGenObjC/
Darc-no-arc-exceptions.m8 void thrower(void); function
/external/v8/test/mjsunit/harmony/
Dasync-function-debug-evaluate.js96 async function thrower() { function
Dasync-function-stacktrace.js22 function thrower() { throw new Error("NOPE"); } function
Ddo-expressions.js180 function thrower() { throw new MyError(); } function in TestInParameterInitializers
Dasync-await-basic.js172 () => ({ async thrower(e) { throw new MyError(e); } }).thrower("boom!1!"), method
Dasync-function-debug-scopes.js11 async function thrower() { throw 'Exception'; } function
/external/v8/test/mjsunit/
Dstack-traces-2.js33 var thrower = { valueOf: function() { FAIL; }, variable
Dcross-realm-filtering.js29 function assertNotIn(thrower, error) { argument
Dstack-traces.js226 var thrower = { valueOf: function() { FAIL; }, variable
/external/v8/test/mjsunit/compiler/
Dosr-infinite.js9 function thrower() { function
/external/v8/src/compiler/
Dwasm-compiler.h52 static Handle<Code> CompileWasmFunction(wasm::ErrorThrower* thrower, in CompileWasmFunction()
Dwasm-compiler.cc3148 WasmCompilationUnit::WasmCompilationUnit(wasm::ErrorThrower* thrower, in WasmCompilationUnit()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java1313 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); in testCatchExceptions() local
1344 public static void thrower(int a) throws Exception { in thrower() method in DexMakerTest
1390 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); in testNestedCatchClauses() local
/external/v8/src/
Dbootstrapper.cc910 Handle<JSFunction> thrower = GetRestrictedFunctionPropertiesThrower(); in AddRestrictedFunctionProperties() local