/external/v8/src/wasm/ |
D | wasm-js.cc | 39 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 …]
|
D | wasm-module.cc | 216 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/ |
D | regress-crbug-465298.js | 9 var foreign = { thrower: thrower, debugme: debugme } property 27 function thrower() { throw "boom"; } function
|
D | regress-crbug-612142.js | 5 var thrower = {[Symbol.toPrimitive]: function(e) { throw e }}; variable
|
D | regress-2410.js | 35 var obj = { thrower: 'local' }; property
|
D | regress-string-from-char-code-tonumber.js | 7 var thrower = { [Symbol.toPrimitive]: function() { FAIL } }; variable
|
D | regress-4815.js | 5 var thrower = { [Symbol.toPrimitive]: () => FAIL }; variable
|
/external/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 8 void thrower(void); function
|
/external/v8/test/mjsunit/harmony/ |
D | async-function-debug-evaluate.js | 96 async function thrower() { function
|
D | async-function-stacktrace.js | 22 function thrower() { throw new Error("NOPE"); } function
|
D | do-expressions.js | 180 function thrower() { throw new MyError(); } function in TestInParameterInitializers
|
D | async-await-basic.js | 172 () => ({ async thrower(e) { throw new MyError(e); } }).thrower("boom!1!"), method
|
D | async-function-debug-scopes.js | 11 async function thrower() { throw 'Exception'; } function
|
/external/v8/test/mjsunit/ |
D | stack-traces-2.js | 33 var thrower = { valueOf: function() { FAIL; }, variable
|
D | cross-realm-filtering.js | 29 function assertNotIn(thrower, error) { argument
|
D | stack-traces.js | 226 var thrower = { valueOf: function() { FAIL; }, variable
|
/external/v8/test/mjsunit/compiler/ |
D | osr-infinite.js | 9 function thrower() { function
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 52 static Handle<Code> CompileWasmFunction(wasm::ErrorThrower* thrower, in CompileWasmFunction()
|
D | wasm-compiler.cc | 3148 WasmCompilationUnit::WasmCompilationUnit(wasm::ErrorThrower* thrower, in WasmCompilationUnit()
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 1313 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/ |
D | bootstrapper.cc | 910 Handle<JSFunction> thrower = GetRestrictedFunctionPropertiesThrower(); in AddRestrictedFunctionProperties() local
|