Searched refs:arguments_count (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/include/ |
D | v8-script.h | 654 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/ |
D | literal-objects-inl.h | 100 SMI_ACCESSORS(ClassBoilerplate, arguments_count, in OBJECT_CONSTRUCTORS_IMPL()
|
D | literal-objects.h | 121 DECL_INT_ACCESSORS(arguments_count)
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.h | 379 int* arguments_count);
|
/third_party/jerryscript/docs/ |
D | 03.API-EXAMPLE.md | 322 const jerry_length_t arguments_count) 325 if (arguments_count > 0)
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-classes.cc | 670 DCHECK_EQ(class_boilerplate->arguments_count(), args.length()); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 2588 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/ |
D | effect-control-linearizer.cc | 3682 Node* arguments_count = NodeProperties::GetValueInput(node, 0); in LowerNewArgumentsElements() local 3701 arguments_count); in LowerNewArgumentsElements()
|