| /third_party/node/test/parallel/ |
| H A D | test-stream2-readable-non-empty-end.js | 44 function thrower() { function
|
| H A D | test-assert.js | 114 function thrower(errorConstructor) { function [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | optional_exception_safety_test.cc | 275 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local 280 auto thrower = MoveThrower(kUpdatedInteger); in TEST() local [all...] |
| /third_party/node/src/api/ |
| H A D | environment.cc | 658 Local<Value> thrower; in InitializeContextRuntime() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module.cc | 548 GetCustomSections(Isolate* isolate, Handle<WasmModuleObject> module_object, Handle<String> name, ErrorThrower* thrower) GetCustomSections() argument
|
| H A D | module-instantiate.cc | 418 InstantiateToInstanceObject( Isolate* isolate, ErrorThrower* thrower, Handle<WasmModuleObject> module_object, MaybeHandle<JSReceiver> imports, MaybeHandle<JSArrayBuffer> memory_buffer) InstantiateToInstanceObject() argument 434 InstanceBuilder(Isolate* isolate, v8::metrics::Recorder::ContextId context_id, ErrorThrower* thrower, Handle<WasmModuleObject> module_object, MaybeHandle<JSReceiver> ffi, MaybeHandle<JSArrayBuffer> memory_buffer) InstanceBuilder() argument 900 EvaluateInitExpression(Zone* zone, ConstantExpression expr, ValueType expected, Isolate* isolate, Handle<WasmInstanceObject> instance, ErrorThrower* thrower) EvaluateInitExpression() argument [all...] |
| H A D | wasm-engine.cc | 484 SyncCompileTranslatedAsmJs( Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, base::Vector<const byte> asm_js_offset_table_bytes, Handle<HeapNumber> uses_bitset, LanguageMode language_mode) SyncCompileTranslatedAsmJs() argument 536 SyncCompile( Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower, const ModuleWireBytes& bytes) SyncCompile() argument 589 SyncInstantiate( Isolate* isolate, ErrorThrower* thrower, Handle<WasmModuleObject> module_object, MaybeHandle<JSReceiver> imports, MaybeHandle<JSArrayBuffer> memory) SyncInstantiate() argument [all...] |
| H A D | wasm-js.cc | 196 GetFirstArgumentAsBytes( const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower, bool* is_shared) GetFirstArgumentAsBytes() argument 237 GetFirstArgumentAsJSFunction( const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) GetFirstArgumentAsJSFunction() argument 247 GetValueAsImports(Local<Value> arg, ErrorThrower* thrower) GetValueAsImports() argument 476 EnforceUint32(T argument_name, Local<v8::Value> v, Local<Context> context, ErrorThrower* thrower, uint32_t* res) EnforceUint32() argument 1022 GetIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, v8::Local<v8::Value> value, i::Handle<i::String> property_name, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetIntegerProperty() argument 1047 GetOptionalIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, Local<v8::Object> object, Local<String> property, bool* has_property, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetOptionalIntegerProperty() argument 1076 GetInitialOrMinimumProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, Local<v8::Object> object, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetInitialOrMinimumProperty() argument 1670 EncodeExceptionValues(v8::Isolate* isolate, i::Handle<i::PodArray<i::wasm::ValueType>> signature, const Local<Value>& arg, ScheduledErrorThrower* thrower, i::Handle<i::FixedArray> values_out) EncodeExceptionValues() argument [all...] |
| H A D | module-compiler.cc | 1071 void SetCompileError(ErrorThrower* thrower, ModuleWireBytes wire_bytes, in SetCompileError() argument 1106 ValidateSequentially( const WasmModule* module, NativeModule* native_module, Counters* counters, AccountingAllocator* allocator, ErrorThrower* thrower, bool lazy_module, OnlyLazyFunctions only_lazy_functions = kAllFunctions) ValidateSequentially() argument 1805 CompileNativeModule(Isolate* isolate, v8::metrics::Recorder::ContextId context_id, ErrorThrower* thrower, const WasmModule* wasm_module, std::shared_ptr<NativeModule> native_module, Handle<FixedArray>* export_wrappers_out) CompileNativeModule() argument 1902 CompileToNativeModule( Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower, std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes, Handle<FixedArray>* export_wrappers_out, int compilation_id, v8::metrics::Recorder::ContextId context_id) CompileToNativeModule() argument [all...] |
| /third_party/node/deps/v8/src/init/ |
| H A D | bootstrapper.cc | 1223 Handle<JSFunction> thrower = GetThrowTypeErrorIntrinsic(); in AddRestrictedFunctionProperties() local
|