Searched defs:c_function (Results 1 - 4 of 4) sorted by relevance
| /third_party/node/src/ |
| H A D | util.cc | 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
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-internal-gen.cc | 1030 auto c_function = UncheckedParameter<WordT>(Descriptor::kCFunction); in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.h | 806 Address c_function() { return thread_local_top()->c_function_; } in c_function() function in v8::internal::final
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 1435 const CFunction& c_function = c_function_overloads.data()[i]; in SetCallHandler() local 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
|
Completed in 30 milliseconds