Lines Matching refs:RUNTIME
24 #include "src/runtime/runtime.h"
227 Runtime::kInlineGetSuperConstructor, tmp, pos);
526 return factory->NewCallRuntime(Runtime::kInlineCreateIterResultObject, args,
532 return NewThrowError(Runtime::kNewReferenceError, message,
540 return NewThrowError(Runtime::kNewSyntaxError, message, arg, pos);
546 return NewThrowError(Runtime::kNewTypeError, message, arg, pos);
550 Expression* ParserTraits::NewThrowError(Runtime::FunctionId id,
689 return factory->NewCallRuntime(Runtime::kInlineGeneratorGetInputOrDebugPos,
1961 // to the corresponding activation frame at runtime if necessary.
2009 // for compatibility). There is similar code in runtime.cc in the
2039 // using the DeclareEvalVar or DeclareEvalFunction runtime functions.
2090 // runtime needs to provide both.
2754 Runtime::kInlineIsJSReceiver, is_spec_object_args, pos);
3199 Runtime::kInlineIsJSReceiver, is_spec_object_args, pos);
3207 Runtime::kThrowIteratorResultNotAnObject, throw_arguments, pos);
4680 return factory()->NewCallRuntime(Runtime::kCreateJSGeneratorObject, args,
4781 Runtime::kInlineGeneratorClose, args, RelocInfo::kNoPosition);
5027 const Runtime::Function* function = Runtime::FunctionForName(name->string());
5034 if (function->function_id == Runtime::kIS_VAR) {
5035 DCHECK_EQ(Runtime::RUNTIME, function->intrinsic_type);
5261 // V8 heap because of Runtime. Tell the string table to internalize strings
5365 Expression* middle = factory()->NewCallRuntime(Runtime::kInlineToString,
5512 Runtime::kInlineGetSuperConstructor, tmp, pos);
5846 factory()->NewCallRuntime(Runtime::kAppendElement,
5864 factory()->NewCallRuntime(Runtime::kAppendElement,
5902 // Computed name setting must happen at runtime.
6108 factory->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
6151 factory->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
6159 Runtime::kThrowIteratorResultNotAnObject, args, nopos);
6217 factory->NewCallRuntime(Runtime::kInlineCall, args, nopos);
6232 factory->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
6240 Runtime::kThrowIteratorResultNotAnObject, args, nopos);
6547 factory->NewCallRuntime(Runtime::kInlineCall, args, nopos);
6562 factory->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
6570 Runtime::kThrowIteratorResultNotAnObject, args, nopos);
6677 factory->NewCallRuntime(Runtime::kReThrow, args, nopos), nopos);
6766 factory->NewCallRuntime(Runtime::kInlineCall, args, nopos);
6797 factory->NewCallRuntime(Runtime::kInlineCall, args, nopos);
6810 factory->NewCallRuntime(Runtime::kInlineIsJSReceiver, args, nopos);
6818 Runtime::kThrowIteratorResultNotAnObject, args, nopos);