Home | History | Annotate | Download | only in parsing

Lines Matching refs:RUNTIME

24 #include "src/runtime/runtime.h"
369 return factory()->NewCallRuntime(Runtime::kInlineCreateIterResultObject, args,
373 Expression* Parser::NewThrowError(Runtime::FunctionId id,
417 return factory()->NewCallRuntime(Runtime::kInlineGeneratorGetInputOrDebugPos,
458 const Runtime::Function* function =
459 Runtime::FunctionForName(name->raw_data(), name->length());
466 if (function->function_id == Runtime::kIS_VAR) {
467 DCHECK_EQ(Runtime::RUNTIME, function->intrinsic_type);
1603 Runtime::kInlineIsJSReceiver, is_spec_object_args, pos);
1802 Expression* call = factory()->NewCallRuntime(Runtime::kInlineGeneratorClose,
1864 Runtime::kInlineIsJSReceiver, is_spec_object_args, pos);
1872 Runtime::kThrowIteratorResultNotAnObject, throw_arguments, pos);
3072 factory()->NewCallRuntime(Runtime::kCreateJSGeneratorObject, args, pos);
3453 // Create separate runtime stats for background parsing.
3502 "runtime-call-stats", std::move(value));
3555 Expression* middle = factory()->NewCallRuntime(Runtime::kInlineToString,
3648 args->Add(factory()->NewCallRuntime(Runtime::kSpreadIterablePrepare,
3714 Runtime::kInlineGetSuperConstructor, tmp, pos);
4063 factory()->NewCallRuntime(Runtime::kAppendElement,
4091 factory()->NewCallRuntime(Runtime::kAppendElement,
4135 // Computed name setting must happen at runtime.
4326 factory()->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
4334 Runtime::kThrowIteratorResultNotAnObject, args, nopos);
4390 factory()->NewCallRuntime(Runtime::kInlineCall, args, nopos);
4404 factory()->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
4412 Runtime::kThrowIteratorResultNotAnObject, args, nopos);
4703 factory()->NewCallRuntime(Runtime::kInlineCall, args, nopos);
4718 factory()->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
4726 Runtime::kThrowIteratorResultNotAnObject, args, nopos);
4832 factory()->NewCallRuntime(Runtime::kReThrow, args, nopos), nopos);
4925 factory()->NewCallRuntime(Runtime::kInlineCall, args, nopos);
4959 factory()->NewCallRuntime(Runtime::kInlineCall, args, nopos);
4975 factory()->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
4983 Runtime::kThrowIteratorResultNotAnObject, args, nopos);