| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl.cc | 1599 MakeVariable(uint32_t id, ast::StorageClass sc, const Type* storage_type, bool is_const, const ast::Expression* constructor, ast::DecorationList decorations) MakeVariable() argument
|
| /third_party/python/Modules/ |
| H A D | _zoneinfo.c | 681 PyObject *constructor = PyObject_GetAttrString(obj_self, "_unpickle"); in zoneinfo_reduce() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_utils.cpp | 2023 napi_value constructor = nullptr; in CreateJsTextMenuId() local
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_source_napi.cpp | 709 napi_callback constructor; member 718 napi_value constructor = nullptr; in DoInit() local 1320 napi_value constructor = nullptr; in CreateImageSource() local 1335 napi_value constructor = nullptr; CreateImageSourceComplete() local 1398 napi_value constructor = nullptr; CreateIncrementalSource() local 2747 napi_value constructor = nullptr; CreateImageSourceNapi() local [all...] |
| H A D | pixel_map_napi.cpp | 259 napi_value constructor = nullptr; in ParserImageType() local 567 napi_value constructor = nullptr; in Init() local 463 DoInitAfter(napi_env env, napi_value exports, napi_value constructor, size_t property_count, const napi_property_descriptor* properties) DoInitAfter() argument 777 NewPixelNapiInstance(napi_env &env, napi_value &constructor, std::shared_ptr<PixelMap> &pixelMap, napi_value &result) NewPixelNapiInstance() argument 816 napi_value constructor = nullptr; AttachPixelMapFunc() local 948 napi_value constructor = nullptr; CreatePixelMapComplete() local 1175 napi_value constructor = nullptr; CreatePixelMapSync() local 1262 napi_value constructor = nullptr; CreatePixelMapFromSurfaceComplete() local 1421 napi_value constructor = nullptr; CreatePixelMap() local 1470 napi_value constructor = nullptr; UnmarshallingComplete() local 3781 napi_value constructor = nullptr; GetNativeConvertInfo() local [all...] |
| /foundation/multimedia/media_library/frameworks/js/src/ |
| H A D | media_asset_change_request_napi.cpp | 746 napi_value constructor = nullptr; in JSCreateAssetRequest() local 800 napi_value constructor = nullptr; in CreateAssetRequestFromRealPath() local
|
| H A D | file_asset_napi.cpp | 343 napi_value constructor = nullptr; in AttachCreateFileAsset() local 381 napi_value constructor = nullptr; in CreateFileAsset() local 415 napi_value constructor = nullptr; in CreatePhotoAsset() local [all...] |
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
| H A D | js_canvas.cpp | 366 napi_value constructor = nullptr; in CreateConstructor() local 384 napi_value constructor = nullptr; in CreateJsCanvas() local 446 napi_value constructor = nullptr; in Init() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-js.cc | 2746 SetupConstructor(Isolate* isolate, Handle<JSFunction> constructor, InstanceType instance_type, int instance_size, const char* name = nullptr) SetupConstructor() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-native-context-specialization.cc | 359 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSGetSuperConstructor() local 387 Node* constructor = n.right(); in ReduceJSInstanceOf() local 488 node->ReplaceInput(JSCallNode::ReceiverIndex(), constructor); ReduceJSInstanceOf() local 611 Node* constructor = NodeProperties::GetValueInput(node, 0); ReduceJSOrdinaryHasInstance() local 663 Node* constructor = NodeProperties::GetValueInput(node, 0); ReduceJSPromiseResolve() local [all...] |
| H A D | js-typed-lowering.cc | 1331 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSOrdinaryHasInstance() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.cc | 2891 Handle<JSReceiver> constructor; in Compile() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-builder.cc | 1453 BytecodeArrayBuilder& BytecodeArrayBuilder::Construct(Register constructor, in Construct() argument 939 StoreClassFieldsInitializer( Register constructor, int feedback_slot) StoreClassFieldsInitializer() argument 946 LoadClassFieldsInitializer( Register constructor, int feedback_slot) LoadClassFieldsInitializer() argument 1327 ThrowIfNotSuperConstructor( Register constructor) ThrowIfNotSuperConstructor() argument 1460 ConstructWithSpread( Register constructor, RegisterList args, int feedback_slot_id) ConstructWithSpread() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-number-format.cc | 1093 Handle<JSFunction> constructor = Handle<JSFunction>( in UnwrapNumberFormat() local
|
| H A D | value-serializer.cc | 2082 auto constructor = isolate_->error_function(); in ReadJSError() local
|
| H A D | intl-objects.cc | 186 MaybeHandle<T> New(Isolate* isolate, Handle<JSFunction> constructor, in New() argument 991 Handle<JSFunction> constructor = Handle<JSFunction>( in StringLocaleCompare() local 618 LegacyUnwrapReceiver(Isolate* isolate, Handle<JSReceiver> receiver, Handle<JSFunction> constructor, bool has_initialized_slot) LegacyUnwrapReceiver() argument 1485 Handle<JSFunction> constructor = Handle<JSFunction>( NumberToLocaleString() local [all...] |
| H A D | js-objects.cc | 562 Handle<JSFunction> constructor = in GetConstructorHelper() local 604 auto constructor = Handle<JSFunction>::cast(maybe_constructor); in GetConstructorHelper() local 637 Object constructor = receiver.map().GetConstructor(); GetCreationContext() local 2293 New(Handle<JSFunction> constructor, Handle<JSReceiver> new_target, Handle<AllocationSite> site) New() argument 2818 Object constructor = map_of_this.GetConstructor(); JSObjectShortPrint() local 4749 JSFunction constructor = JSFunction::cast(maybe_constructor); OptimizeAsPrototype() local 5399 New(Handle<JSFunction> constructor, Handle<JSReceiver> new_target, double tv) New() argument [all...] |
| /third_party/libphonenumber/javascript/i18n/phonenumbers/ |
| H A D | demo-compiled.js | |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | ParseHelper.cpp | 2145 TIntermAggregate *constructor = intermediate.setAggregateOperator(aggregateArguments, op, line); addConstructor() local [all...] |
| /foundation/arkui/napi/native_engine/ |
| H A D | native_api.cpp | 1269 NAPI_EXTERN napi_status napi_instanceof(napi_env env, napi_value object, napi_value constructor, bool* result) in napi_instanceof() argument 1239 napi_new_instance(napi_env env, napi_value constructor, size_t argc, const napi_value* argv, napi_value* result) napi_new_instance() argument 1368 napi_define_class(napi_env env, const char* utf8name, size_t length, napi_callback constructor, void* data, size_t property_count, const napi_property_descriptor* properties, napi_value* result) napi_define_class() argument 1405 napi_define_sendable_class(napi_env env, const char* utf8name, size_t length, napi_callback constructor, void* data, size_t property_count, const napi_property_descriptor* properties, napi_value parent, napi_value* result) napi_define_sendable_class() argument [all...] |
| /foundation/arkui/napi/native_engine/impl/ark/ |
| H A D | ark_native_engine.cpp | 1483 napi_value ArkNativeEngine::CreateInstance(napi_value constructor, napi_value const *argv, size_t argc) in CreateInstance() argument
|
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_napi.cpp | 1267 auto constructor = [](napi_env env, napi_callback_info info) -> napi_value { in HWTEST_F() local 4838 napi_value constructor; in HWTEST_F() local 4849 napi_value constructor = nullptr; in HWTEST_F() local 4860 napi_value constructor; HWTEST_F() local 4872 napi_value constructor; HWTEST_F() local 4884 napi_value constructor; HWTEST_F() local 5816 napi_value constructor = nullptr; HWTEST_F() local 5828 napi_value constructor; HWTEST_F() local 5841 napi_value constructor; HWTEST_F() local 5854 napi_value constructor; HWTEST_F() local [all...] |
| /foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/ |
| H A D | camera_session_napi.cpp | 1009 napi_value constructor; in CreateCameraSession() local
|
| /third_party/node/src/ |
| H A D | js_native_api_v8.cc | 2224 OH_JSVM_DefineClass(JSVM_Env env, const char* utf8name, size_t length, JSVM_Callback constructor, size_t propertyCount, const JSVM_PropertyDescriptor* properties, JSVM_Value* result) OH_JSVM_DefineClass() argument [all...] |
| /test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 1766 napi_value constructor = nullptr;
in MyConstructor() local 1778 napi_value constructor = nullptr;
in NewTargetTest() local
|