Searched refs:c_function (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/src/ |
| D | util.cc | 329 const v8::CFunction* c_function) { in NewFunctionTemplate() argument 337 c_function); in NewFunctionTemplate() 365 const v8::CFunction* c_function) { in SetFastMethod() argument 373 c_function) in SetFastMethod() 386 const v8::CFunction* c_function) { in SetFastMethodNoSideEffect() argument 394 c_function) in SetFastMethodNoSideEffect()
|
| D | util.h | 865 const v8::CFunction* c_function = nullptr); 877 const v8::CFunction* c_function); 882 const v8::CFunction* c_function);
|
| /third_party/node/deps/v8/src/profiler/ |
| D | tick-sample.cc | 309 frames[i] = reinterpret_cast<void*>(isolate->c_function()); in GetStackSample()
|
| /third_party/node/deps/v8/include/ |
| D | v8-template.h | 490 const CFunction* c_function = nullptr, uint16_t instance_type = 0,
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-internal-gen.cc | 1030 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/ |
| D | globals.h | 1723 C(CFunction, c_function) \
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 1334 SideEffectType side_effect_type, const CFunction* c_function, in New() argument 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()
|
| /third_party/node/deps/v8/src/execution/ |
| D | isolate.h | 806 Address c_function() { return thread_local_top()->c_function_; } in c_function() function
|