Searched refs:is_async (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/parsing/ |
D | parser-base.h | 1002 bool parenthesized_formals, bool is_async, in ValidateArrowFormalParameters() argument 1023 if (is_async && !classifier()->is_valid_async_arrow_formal_parameters()) { in ValidateArrowFormalParameters() 1086 ExpressionT ParsePrimaryExpression(bool* is_async, bool* ok); 1088 bool is_async; in ParsePrimaryExpression() local 1089 return ParsePrimaryExpression(&is_async, ok); in ParsePrimaryExpression() 1122 bool* is_async, bool* is_computed_name, 1148 ExpressionT ParseMemberWithNewPrefixesExpression(bool* is_async, bool* ok); 1149 ExpressionT ParseMemberExpression(bool* is_async, bool* ok); 1151 bool* is_async, bool* ok); 1382 bool is_generator, bool is_async, bool is_static, [all …]
|
D | parser.h | 1049 bool is_async, bool* ok) { 1053 if (is_async) {
|
D | preparser.h | 1610 bool is_async, bool* ok) {}
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 37 bool is_async) { in IsWasmCompileAllowed() argument 40 return (is_async && ctrls.AllowAnySizeForAsync) || in IsWasmCompileAllowed() 48 v8::MaybeLocal<v8::Value> ffi, bool is_async) { in IsWasmInstantiateAllowed() argument 51 if (is_async && ctrls.AllowAnySizeForAsync) return true; in IsWasmInstantiateAllowed() 53 return IsWasmCompileAllowed(isolate, module_or_bytes, is_async); in IsWasmInstantiateAllowed()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 82 v8::Local<v8::Value> source, bool is_async) { in IsCompilationAllowed() argument 90 !callback(reinterpret_cast<v8::Isolate*>(isolate), source, is_async)) { in IsCompilationAllowed() 99 i::MaybeHandle<i::JSReceiver> ffi, bool is_async) { in IsInstantiationAllowed() argument 112 v8_ffi, is_async)) { in IsInstantiationAllowed()
|
/external/v8/src/builtins/ |
D | builtins-constructor.cc | 59 Node* is_async = Word32And( in EmitFastNewClosure() local 62 GotoIf(is_async, &if_async); in EmitFastNewClosure()
|