Home
last modified time | relevance | path

Searched refs:_function (Results 1 – 25 of 52) sorted by relevance

123

/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts175 _function: TokenType
266 _function: TokenType
Dacorn.js218 _function: kw("function", startsExpr), property
906 case types$1._function:
1728 if (this.type === types$1._function || (isAsync = this.isAsyncFunction())) {
2382 types$1._function.updateContext = types$1._class.updateContext = function(prevType) {
2402 if (prevType === types$1._function) {
2849 …!containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types$1._function)) {
2902 case types$1._function:
Dacorn.mjs212 _function: kw("function", startsExpr), property
900 case types$1._function:
1722 if (this.type === types$1._function || (isAsync = this.isAsyncFunction())) {
2376 types$1._function.updateContext = types$1._class.updateContext = function(prevType) {
2396 if (prevType === types$1._function) {
2843 …!containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types$1._function)) {
2896 case types$1._function:
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordPropExhaustive.js208 const _function: number; constant
209 export { _function as function };
/third_party/gstreamer/gstreamer/docs/random/wtay/
Devents220 - get rid of gst_pad_set_*_function (except for the chain/get ones)
/third_party/mesa3d/src/compiler/glsl/
Dir.h1228 return this->_function; in function()
1299 class ir_function *_function; variable
1344 sig->_function = this; in add_signature()
1405 return this->_function->name; in function_name()
Dir.cpp2135 intrinsic_id(ir_intrinsic_invalid), builtin_avail(b), _function(NULL) in ir_function_signature()
/third_party/python/Doc/c-api/
Dfunction.rst3 .. _function-objects:
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc142 wrap->set_##name##_function(name##_v.As<Function>()); \ in CreateHook()
/third_party/libevdev/m4/
Dattributes.m4167 [void __attribute__((visibility("$1"))) $1_function() { }],
/third_party/node/deps/uv/m4/
Dlibuv-check-flags.m4210 [void __attribute__((visibility("$1"))) $1_function() { }],
/third_party/alsa-lib/m4/
Dattributes.m4196 [void __attribute__((visibility("$1"))) $1_function() { }],
/third_party/node/src/
Dasync_wrap.cc174 env->set_async_hooks_##name##_function(v.As<Function>()); \ in SetupHooks()
Dnode_http2.cc3146 env->set_http2session_on_ ## name ## _function(args[arg].As<Function>()); in SetCallbackFunctions()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc465 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
474 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc545 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
551 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc644 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
657 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc427 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
440 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc403 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 4); \
417 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 2); \
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc437 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
451 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc508 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
518 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc883 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 2); \
889 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 1); \
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc479 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
489 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc465 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
475 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
/third_party/python/Doc/reference/
Dcompound_stmts.rst1096 .. _function:

123