Home
last modified time | relevance | path

Searched refs:c_function (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Dutil.cc342 const v8::CFunction* c_function) { in NewFunctionTemplate()
350 c_function); in NewFunctionTemplate()
395 const v8::CFunction* c_function) { in SetFastMethod()
403 c_function) in SetFastMethod()
416 const v8::CFunction* c_function) { in SetFastMethodNoSideEffect()
424 c_function) in SetFastMethodNoSideEffect()
336 NewFunctionTemplate( v8::Isolate* isolate, v8::FunctionCallback callback, Local<v8::Signature> signature, v8::ConstructorBehavior behavior, v8::SideEffectType side_effect_type, const v8::CFunction* c_function) NewFunctionTemplate() argument
391 SetFastMethod(Local<v8::Context> context, Local<v8::Object> that, const char* name, v8::FunctionCallback slow_callback, const v8::CFunction* c_function) SetFastMethod() argument
412 SetFastMethodNoSideEffect(Local<v8::Context> context, Local<v8::Object> that, const char* name, v8::FunctionCallback slow_callback, const v8::CFunction* c_function) SetFastMethodNoSideEffect() argument
H A Dutil.h861 const v8::CFunction* c_function = nullptr);
878 const v8::CFunction* c_function);
883 const v8::CFunction* c_function);
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.cc309 frames[i] = reinterpret_cast<void*>(isolate->c_function()); in GetStackSample()
/third_party/node/deps/v8/include/
H A Dv8-template.h475 * The additional 'c_function' parameter refers to a fast API call, which
490 const CFunction* c_function = nullptr, uint16_t instance_type = 0,
528 * FunctionTemplate is called. The 'c_function' represents a fast
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h459 * The additional 'c_function' parameter refers to a fast API call, which
474 const CFunction* c_function = nullptr, uint16_t instance_type = 0,
512 * FunctionTemplate is called. The 'c_function' represents a fast
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc1030 auto c_function = UncheckedParameter<WordT>(Descriptor::kCFunction); in TF_BUILTIN() local
1083 argc, c_function, // register arguments in TF_BUILTIN()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1723 C(CFunction, c_function) \
/third_party/node/deps/v8/src/api/
H A Dapi.cc1334 SideEffectType side_effect_type, const CFunction* c_function, in New()
1343 !c_function || behavior == ConstructorBehavior::kThrow, in New()
1353 c_function ? MemorySpan<const CFunction>{c_function, 1} in New()
1435 const CFunction& c_function = c_function_overloads.data()[i]; in SetCallHandler() local
1437 FromCData(isolate, c_function.GetAddress()); in SetCallHandler()
1441 FromCData(isolate, c_function.GetTypeInfo()); in SetCallHandler()
1331 New( Isolate* isolate, FunctionCallback callback, v8::Local<Value> data, v8::Local<Signature> signature, int length, ConstructorBehavior behavior, SideEffectType side_effect_type, const CFunction* c_function, uint16_t instance_type, uint16_t allowed_receiver_instance_type_range_start, uint16_t allowed_receiver_instance_type_range_end) New() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.h806 Address c_function() { return thread_local_top()->c_function_; } in c_function() function in v8::internal::final

Completed in 38 milliseconds