/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRMCInstLower.cpp | 39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local 42 if (IsFunction) { in lowerSymbolOperand() 49 if (IsFunction) { in lowerSymbolOperand()
|
/third_party/node/src/ |
D | inspector_js_api.cc | 119 CHECK(info[0]->IsFunction()); in New() 174 CHECK(info[0]->IsFunction()); in SetConsoleExtensionInstaller() 182 CHECK(args[0]->IsFunction()); in CallAndPauseOnStart() 201 CHECK(inspector_method->IsFunction()); in InspectorConsoleCall() 216 CHECK(node_method->IsFunction()); in InspectorConsoleCall() 264 CHECK(args[0]->IsFunction()); in RegisterAsyncHookWrapper() 266 CHECK(args[1]->IsFunction()); in RegisterAsyncHookWrapper()
|
D | node_task_queue.cc | 96 CHECK(args[0]->IsFunction()); in EnqueueMicrotask() 107 CHECK(args[0]->IsFunction()); in SetTickCallback() 115 CHECK(args[0]->IsFunction()); in SetPromiseRejectCallback()
|
D | timers.cc | 18 CHECK(args[0]->IsFunction()); in SetupTimers() 19 CHECK(args[1]->IsFunction()); in SetupTimers()
|
D | node_http_parser.cc | 211 if (cb->IsFunction()) { in SET_SELF_SIZE() 320 if (!cb->IsFunction()) in on_headers_complete() 393 if (!cb->IsFunction()) in on_body() 435 if (!cb->IsFunction()) in on_message_complete() 692 if (!cb->IsFunction()) in OnStreamRead() 704 if (!cb->IsFunction()) in OnStreamRead() 824 if (!cb->IsFunction()) in Flush()
|
D | async_wrap.cc | 215 CHECK(v->IsFunction()); \ in SetupHooks() 231 args[0]->IsFunction() ? args[0].As<Function>() : Local<Function>(), in SetPromiseHooks() 232 args[1]->IsFunction() ? args[1].As<Function>() : Local<Function>(), in SetPromiseHooks() 233 args[2]->IsFunction() ? args[2].As<Function>() : Local<Function>(), in SetPromiseHooks() 234 args[3]->IsFunction() ? args[3].As<Function>() : Local<Function>()); in SetPromiseHooks() 369 CHECK(args[0]->IsFunction()); in SetCallbackTrampoline()
|
D | node_messaging.cc | 223 CHECK(emit_message_val->IsFunction()); in GetEmitMessageFunction() 237 CHECK(domexception_ctor_val->IsFunction()); in GetDOMException() 603 if (fn->IsFunction()) { in MessagePort() 891 if (!iterator_method->IsFunction()) return Just(false); in ReadIterable() 901 if (!next->IsFunction()) return Just(false); in ReadIterable() 1153 if (method->IsFunction()) { in TransferOrClone() 1193 if (!method->IsFunction()) return Just(BaseObjectList {}); in NestedTransferables() 1227 if (!method->IsFunction()) return Just(true); in FinalizeTransferRead() 1282 CHECK(args[0]->IsFunction()); in SetDeserializerCreateObjectFunction()
|
D | node_serdes.cc | 110 CHECK(get_data_clone_error->IsFunction()); in ThrowDataCloneError() 130 if (!get_shared_array_buffer_id->IsFunction()) { in GetSharedArrayBufferId() 155 if (!write_host_object->IsFunction()) { in WriteHostObject() 301 if (!read_host_object->IsFunction()) { in ReadHostObject()
|
D | async_wrap-inl.h | 76 if (!cb_v->IsFunction()) { in MakeCallback()
|
D | node_process_events.cc | 52 if (!emit_warning->IsFunction()) return Just(false); in ProcessEmitWarningGeneric()
|
D | node_errors.cc | 818 CHECK(args[0]->IsFunction()); in SetPrepareStackTraceCallback() 831 CHECK(args[0]->IsFunction()); in SetEnhanceStackForFatalException() 832 CHECK(args[1]->IsFunction()); in SetEnhanceStackForFatalException() 945 if (!fatal_exception_function->IsFunction()) { in TriggerUncaughtException()
|
D | module_wrap.cc | 137 CHECK(args[3]->IsFunction()); in New() 257 CHECK(args[0]->IsFunction()); in Link() 604 CHECK(args[0]->IsFunction()); in SetImportModuleDynamicallyCallback() 640 CHECK(args[0]->IsFunction()); in SetInitializeImportMetaObjectCallback()
|
D | handle_wrap.cc | 77 if (!close_callback.IsEmpty() && close_callback->IsFunction() && in Close()
|
D | node_trace_events.cc | 115 CHECK(args[0]->IsFunction()); in SetTraceCategoryStateUpdateHandler()
|
D | node_perf.cc | 227 CHECK(args[0]->IsFunction()); in SetupPerformanceObservers() 375 CHECK(args[0]->IsFunction()); in Timerify()
|
/third_party/node/test/addons/make-callback/ |
D | binding.cc | 11 assert(args[1]->IsFunction() || args[1]->IsString()); in MakeCallback() 19 if (args[1]->IsFunction()) { in MakeCallback()
|
/third_party/node/test/addons/make-callback-domain-warning/ |
D | binding.cc | 17 assert(args[1]->IsFunction()); in MakeCallback()
|
/third_party/node/test/addons/make-callback-recurse/ |
D | binding.cc | 17 assert(args[1]->IsFunction()); in MakeCallback()
|
/third_party/boost/boost/atomic/detail/ |
D | classify.hpp | 31 template< typename T, bool IsFunction = atomics::detail::is_function< T >::value >
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8value_ctocpp.h | 49 bool IsFunction() override;
|
/third_party/node/test/addons/callback-scope/ |
D | binding.cc | 18 assert(args[3]->IsFunction()); in RunInCallbackScope()
|
/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 271 EXPECT_FALSE(value->IsFunction()); in RunNullCreateTest() 290 EXPECT_FALSE(value->IsFunction()); in RunBoolCreateTest() 314 EXPECT_FALSE(value->IsFunction()); in RunIntCreateTest() 336 EXPECT_FALSE(value->IsFunction()); in RunUIntCreateTest() 354 EXPECT_FALSE(value->IsFunction()); in RunDoubleCreateTest() 393 EXPECT_FALSE(value->IsFunction()); in RunDateCreateTest() 414 EXPECT_FALSE(value->IsFunction()); in RunStringCreateTest() 434 EXPECT_FALSE(value->IsFunction()); in RunEmptyStringCreateTest() 464 EXPECT_FALSE(value->IsFunction()); in RunArrayCreateTest() 643 EXPECT_FALSE(value->IsFunction()); in RunObjectCreateTest() [all …]
|
/third_party/node/test/addons/async-resource/ |
D | binding.cc | 62 assert(fn->IsFunction()); in CallViaFunction()
|
/third_party/node/test/cctest/ |
D | test_environment.cc | 168 CHECK(info.native_require->IsFunction()); in TEST_F() 208 .ToLocalChecked()->IsFunction()); in TEST_F()
|
/third_party/cef/include/ |
D | cef_v8.h | 615 virtual bool IsFunction() = 0;
|