/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 | 120 CHECK(info[0]->IsFunction()); in New() 177 CHECK(info[0]->IsFunction()); in SetConsoleExtensionInstaller() 185 CHECK(args[0]->IsFunction()); in CallAndPauseOnStart() 204 CHECK(inspector_method->IsFunction()); in InspectorConsoleCall() 219 CHECK(node_method->IsFunction()); in InspectorConsoleCall() 267 CHECK(args[0]->IsFunction()); in RegisterAsyncHookWrapper() 269 CHECK(args[1]->IsFunction()); in RegisterAsyncHookWrapper()
|
D | timers.cc | 19 CHECK(args[0]->IsFunction()); in SetupTimers() 20 CHECK(args[1]->IsFunction()); in SetupTimers()
|
D | node_task_queue.cc | 167 CHECK(args[0]->IsFunction()); in EnqueueMicrotask() 180 CHECK(args[0]->IsFunction()); in SetTickCallback() 188 CHECK(args[0]->IsFunction()); in SetPromiseRejectCallback()
|
D | async_wrap.cc | 173 CHECK(v->IsFunction()); \ in SetupHooks() 189 args[0]->IsFunction() ? args[0].As<Function>() : Local<Function>(), in SetPromiseHooks() 190 args[1]->IsFunction() ? args[1].As<Function>() : Local<Function>(), in SetPromiseHooks() 191 args[2]->IsFunction() ? args[2].As<Function>() : Local<Function>(), in SetPromiseHooks() 192 args[3]->IsFunction() ? args[3].As<Function>() : Local<Function>()); in SetPromiseHooks() 330 if (args[0]->IsFunction()) { in SetCallbackTrampoline()
|
D | node_serdes.cc | 111 CHECK(get_data_clone_error->IsFunction()); in ThrowDataCloneError() 131 if (!get_shared_array_buffer_id->IsFunction()) { in GetSharedArrayBufferId() 156 if (!write_host_object->IsFunction()) { in WriteHostObject() 302 if (!read_host_object->IsFunction()) { in ReadHostObject()
|
D | node_errors.cc | 958 CHECK(args[0]->IsFunction()); in SetPrepareStackTraceCallback() 971 CHECK(args[0]->IsFunction()); in SetGetSourceMapErrorSource() 978 CHECK(args[0]->IsFunction()); in SetMaybeCacheGeneratedSourceMap() 985 CHECK(args[0]->IsFunction()); in SetEnhanceStackForFatalException() 986 CHECK(args[1]->IsFunction()); in SetEnhanceStackForFatalException() 1121 if (!fatal_exception_function->IsFunction()) { in TriggerUncaughtException()
|
D | node_messaging.cc | 258 CHECK(emit_message_val->IsFunction()); in GetEmitMessageFunction() 272 CHECK(domexception_ctor_val->IsFunction()); in GetDOMException() 634 if (fn->IsFunction()) { in MessagePort() 935 if (!iterator_method->IsFunction()) return Just(false); in ReadIterable() 945 if (!next->IsFunction()) return Just(false); in ReadIterable() 1205 if (method->IsFunction()) { in TransferOrClone() 1245 if (!method->IsFunction()) return Just(BaseObjectList {}); in NestedTransferables() 1279 if (!method->IsFunction()) return Just(true); in FinalizeTransferRead() 1436 CHECK(args[0]->IsFunction()); in SetDeserializerCreateObjectFunction()
|
D | node_http_parser.cc | 275 if (cb->IsFunction()) { in SET_MEMORY_INFO_NAME() 384 if (!cb->IsFunction()) in on_headers_complete() 460 if (!cb->IsFunction()) in on_body() 500 if (!cb->IsFunction()) in on_message_complete() 786 if (!cb->IsFunction()) in OnStreamRead() 900 if (!cb->IsFunction()) in Flush()
|
D | async_wrap-inl.h | 76 if (!cb_v->IsFunction()) { in MakeCallback()
|
D | node_realm.cc | 214 CHECK(internal_binding_loader->IsFunction()); in BootstrapInternalLoaders() 219 CHECK(require->IsFunction()); in BootstrapInternalLoaders()
|
D | node_process_events.cc | 51 if (!emit_warning->IsFunction()) return Just(false); in ProcessEmitWarningGeneric()
|
D | module_wrap.cc | 136 CHECK(args[3]->IsFunction()); in New() 272 CHECK(args[0]->IsFunction()); in Link() 633 CHECK(args[0]->IsFunction()); in SetImportModuleDynamicallyCallback() 669 CHECK(args[0]->IsFunction()); in SetInitializeImportMetaObjectCallback()
|
D | handle_wrap.cc | 79 if (!close_callback.IsEmpty() && close_callback->IsFunction() && in Close()
|
D | node_trace_events.cc | 119 CHECK(args[0]->IsFunction()); in SetTraceCategoryStateUpdateHandler()
|
/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/node/deps/v8/src/inspector/ |
D | custom-preview.cc | 195 if (!bodyValue->IsFunction()) { in bodyCallback() 298 if (!headerValue->IsFunction()) { in generateCustomPreview() 320 if (!hasBodyFunctionValue->IsFunction()) continue; in generateCustomPreview()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8value_ctocpp.h | 49 bool IsFunction() override;
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-function.cc | 96 return isolate->heap()->ToBoolean(object.IsFunction()); in RUNTIME_FUNCTION()
|
/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/deps/v8/include/ |
D | v8-value.h | 103 bool IsFunction() const;
|