Home
last modified time | relevance | path

Searched refs:arguments_count (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-script.h654 Local<Context> context, Source* source, size_t arguments_count,
661 Local<Context> context, Source* source, size_t arguments_count = 0,
696 Local<Context> context, Source* source, size_t arguments_count,
/third_party/node/deps/v8/src/objects/
Dliteral-objects-inl.h100 SMI_ACCESSORS(ClassBoilerplate, arguments_count, in OBJECT_CONSTRUCTORS_IMPL()
Dliteral-objects.h121 DECL_INT_ACCESSORS(arguments_count)
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.h379 int* arguments_count);
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md322 const jerry_length_t arguments_count)
325 if (arguments_count > 0)
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc670 DCHECK_EQ(class_boilerplate->arguments_count(), args.length()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
Dapi.cc2588 Local<Context> context, Source* source, size_t arguments_count, in CompileFunction() argument
2592 return CompileFunctionInternal(context, source, arguments_count, arguments, in CompileFunction()
2599 Local<Context> context, Source* source, size_t arguments_count, in CompileFunctionInContext() argument
2605 context, source, arguments_count, arguments, context_extension_count, in CompileFunctionInContext()
2610 Local<Context> v8_context, Source* source, size_t arguments_count, in CompileFunctionInternal() argument
2631 isolate->factory()->NewFixedArray(static_cast<int>(arguments_count)); in CompileFunctionInternal()
2632 for (int i = 0; i < static_cast<int>(arguments_count); i++) { in CompileFunctionInternal()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc3682 Node* arguments_count = NodeProperties::GetValueInput(node, 0); in LowerNewArgumentsElements() local
3701 arguments_count); in LowerNewArgumentsElements()